Page 1 of 1
Cannot update my copy of source code.
Posted: Sat Feb 02, 2008 6:37 am
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).
Re: Cannot update my copy of source code.
Posted: Sat Feb 02, 2008 6:42 am
by markybob
when we switched servers, the svn address changed.
http://deluge-torrent.org/faq.php#4n10
Re: Cannot update my copy of source code.
Posted: Sat Feb 02, 2008 7:49 pm
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 ?!
Re: Cannot update my copy of source code.
Posted: Sat Feb 02, 2008 10:54 pm
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
Re: Cannot update my copy of source code.
Posted: Sun Feb 03, 2008 12:01 am
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
Re: Cannot update my copy of source code.
Posted: Sun Feb 03, 2008 6:38 am
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

Re: Cannot update my copy of source code.
Posted: Sun Feb 03, 2008 6:39 am
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 ?

Re: Cannot update my copy of source code.
Posted: Sun Feb 03, 2008 7:05 pm
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.
Re: Cannot update my copy of source code.
Posted: Sun Feb 03, 2008 8:00 pm
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 !