[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion not resolving hostnames

From: Charles Bailey <bailey.charles_at_gmail.com>
Date: 2005-08-09 21:26:30 CEST

On 8/9/05, Martin Ellis <m.a.ellis@ncl.ac.uk> wrote:
>
> 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
> DNS problem...
>
> $ host svn.kde.org
> svn.kde.org has address 195.135.221.74
>
> 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
> branches/
> tags/
> trunk/
>
> But, when subversion is left to resolve the name, I get:
>
> $ svn ls https://svn.kde.org/home/kde
> svn: PROPFIND request failed on '/home/kde'
> svn: PROPFIND of '/home/kde': Could not resolve hostname `svn.kde.org': Host
> not found (https://svn.kde.org)

This is probably a dumb question, but is there any chance libresolv
got left out of the svn link? I'm not sure why strace would fix this,
though.

-- 
Regards,
Charles Bailey
Lists: bailey _dot_ charles _at_ gmail _dot_ com
Other: bailey _at_ newman _dot_ upenn _dot_ edu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 9 21:28:21 2005

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.