Suggestions and discussion of future versions
jolinfire
Member
Posts: 10 Joined: Thu Dec 27, 2007 3:52 pm
Post
by jolinfire » Sat Feb 02, 2008 6:37 am
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).
jolinfire
Member
Posts: 10 Joined: Thu Dec 27, 2007 3:52 pm
Post
by jolinfire » Sat Feb 02, 2008 7:49 pm
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
Posts: 1522 Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia
Post
by johnnyg » Sat Feb 02, 2008 10:54 pm
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
Posts: 1050 Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:
Post
by andar » Sun Feb 03, 2008 12:01 am
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
Posts: 10 Joined: Thu Dec 27, 2007 3:52 pm
Post
by jolinfire » Sun Feb 03, 2008 6:38 am
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
Posts: 10 Joined: Thu Dec 27, 2007 3:52 pm
Post
by jolinfire » Sun Feb 03, 2008 6:39 am
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
Posts: 1050 Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:
Post
by andar » Sun Feb 03, 2008 7:05 pm
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
Posts: 10 Joined: Thu Dec 27, 2007 3:52 pm
Post
by jolinfire » Sun Feb 03, 2008 8:00 pm
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 !