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

Re: can't do svn status -u from collab.net

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-09-02 20:08:54 CEST

Michael Wood <mwood@its.uct.ac.za> writes:

> On Tue, Sep 02, 2003 at 04:44:25PM +0200, devik wrote:
>> Hi,
>> after while I did:
>> [devik@devix subversion]$ svn st -u
>> subversion/libsvn_ra_dav/util.c:411: (apr_err=175002)
>> svn: RA layer request failed
>> svn: PROPFIND request failed on
>> '/repos/svn/!svn/bc/6915/trunk/subversion/bindings/swig/perl'
>> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
>> svn: PROPFIND of
>> '/repos/svn/!svn/bc/6915/trunk/subversion/bindings/swig/perl': Could not
>> resolve hostname `svn.collab.net': Host not found (http://svn.collab.net)
>
> Looks like you have DNS problems.

I have been having the same problem recently, but it depends which
nameserver I use. The nameserver run by my cable provider has been
doing that intermittently for some time, the nameserver run by my
dialup ISP doesn't have the problem.

>> with: svn, version 0.25.0 (dev build)
>>
>> The problem persists for at least one week. Any clue ?
>
> Works for me :)
>
> $ host svn.collab.net
> svn.collab.net is a nickname for morbius.ch.collab.net
> morbius.ch.collab.net has address 216.127.237.133
>
> Check the configuration on that machine. In particular the
> /etc/resolv.conf. Other files to check are /etc/host.conf, /etc/hosts,
> /etc/nsswitch.conf.

You need root access to change those, if that is not available you can
use switch

$ svn sw --relocate http://svn.collab.net/ http://216.127.237.133/ wc

to hard-code the address in the working copy.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 2 20:10:34 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.