Cannot update my copy of source code.

Suggestions and discussion of future versions
Post Reply
jolinfire
Member
Member
Posts: 10
Joined: Thu Dec 27, 2007 3:52 pm

Cannot update my copy of source code.

Post by jolinfire »

For 3 days or so, I cannot update my source code.

When I enter svn up in the directory of the source code :

Code: Select all

$ svn up
svn: Échec de la requête PROPFIND sur '/trunk'
svn: PROPFIND de '/trunk': Could not resolve hostname `svn.deluge-torrent.org':
What's going on ? How to update my code ? Thanks for your help ;)

svn version used : 1.4.4 (debian lenny in a vmware workstation) / 1.4.5 (arch linux on my real computer).
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Cannot update my copy of source code.

Post by markybob »

when we switched servers, the svn address changed.
http://deluge-torrent.org/faq.php#4n10
jolinfire
Member
Member
Posts: 10
Joined: Thu Dec 27, 2007 3:52 pm

Re: Cannot update my copy of source code.

Post by jolinfire »

I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Cannot update my copy of source code.

Post by johnnyg »

jolinfire wrote:I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
try deleting your svn folder first
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Cannot update my copy of source code.

Post by andar »

jolinfire wrote:I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
It's likely that your DNS hasn't updated yet.

Try doing a nslookup on svn.deluge-torrent.org, if you don't get 140.211.166.66 as the ip then it's not updated.

You'll need to manually add the host to your /etc/hosts file until your DNS gets the update.

Add this line to /etc/hosts:
140.211.166.66 svn.deluge-torrent.org
jolinfire
Member
Member
Posts: 10
Joined: Thu Dec 27, 2007 3:52 pm

Re: Cannot update my copy of source code.

Post by jolinfire »

johnnyg wrote:
jolinfire wrote:I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
try deleting your svn folder first
Done. Nothing changed :(
jolinfire
Member
Member
Posts: 10
Joined: Thu Dec 27, 2007 3:52 pm

Re: Cannot update my copy of source code.

Post by jolinfire »

andar wrote:
jolinfire wrote:I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
It's likely that your DNS hasn't updated yet.

Try doing a nslookup on svn.deluge-torrent.org, if you don't get 140.211.166.66 as the ip then it's not updated.

You'll need to manually add the host to your /etc/hosts file until your DNS gets the update.

Add this line to /etc/hosts:
140.211.166.66 svn.deluge-torrent.org
Erh... Stinks like a svn 1.4.5 bug...

Code: Select all

[fred@fredo-arch ~]$ nslookup deluge-torrent.org
Server:		192.168.1.1
Address:	192.168.1.1#53

Non-authoritative answer:
Name:	deluge-torrent.org
Address: 140.211.166.66
Any other idea ? :)
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Cannot update my copy of source code.

Post by andar »

jolinfire wrote:
andar wrote:
jolinfire wrote:I'm using the URL of the faq.

And I got :

Code: Select all

$ svn co http://svn.deluge-torrent.org/trunk deluge
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Which can be translated as URL schema not recognized for...

Could this be a svn 1.4.5 bug ?!
It's likely that your DNS hasn't updated yet.

Try doing a nslookup on svn.deluge-torrent.org, if you don't get 140.211.166.66 as the ip then it's not updated.

You'll need to manually add the host to your /etc/hosts file until your DNS gets the update.

Add this line to /etc/hosts:
140.211.166.66 svn.deluge-torrent.org
Erh... Stinks like a svn 1.4.5 bug...

Code: Select all

[fred@fredo-arch ~]$ nslookup deluge-torrent.org
Server:		192.168.1.1
Address:	192.168.1.1#53

Non-authoritative answer:
Name:	deluge-torrent.org
Address: 140.211.166.66
Any other idea ? :)
You didn't do a nslookup against svn.deluge-torrent.org, please try resolving that host instead of deluge-torrent.org. If it fails then add the line to your /etc/hosts file as explained above.
jolinfire
Member
Member
Posts: 10
Joined: Thu Dec 27, 2007 3:52 pm

Re: Cannot update my copy of source code.

Post by jolinfire »

Code: Select all

[fred@fredo-arch ~]$ nslookup svn.deluge-torrent.org
;; connection timed out; no servers could be reached
Will try the /etc/hosts tweak...

After tweaking the /etc/hosts :

Code: Select all

]$ svn up
svn: Schéma d'URL non reconnu pour 'http://svn.deluge-torrent.org/trunk'
Sigh !
Post Reply