Subversion not resolving hostnames
From: Martin Ellis <m.a.ellis_at_ncl.ac.uk>
Date: 2005-08-09 18:54:21 CEST
Hi,
There seems to be a heisenbug [1] with resolving hostnames.
Firstly, note that the host command can resolve the server name, so it's not a
$ host svn.kde.org
And also that svn can use the server when given it's IP address:
$ svn ls https://`host svn.kde.org|awk '{print $4}'`/home/kde
But, when subversion is left to resolve the name, I get:
$ svn ls https://svn.kde.org/home/kde
Now, in order to actually connect to the server by name, I need to set up a
[group1]
Note that now, Subversion can't even resolve the name for the proxy, although
$ host wwwcache
$ svn ls https://svn.kde.org/home/kde
Now here's the heisenbug bit: when I try to track down the problem by using
$ strace -o /dev/null svn ls https://svn.kde.org/home/kde
I find it slightly more weird that I *don't* need to specify a proxy
FWIW, my computer is using the same DNS servers as the proxy.
I wouldn't mind strace'ing Subversion each time I use it to make it work,
Any ideas?
Thanks,
[1] http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=heisenbug
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.