You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Robert <ro...@gmx.de> on 2003/06/04 10:49:34 UTC

How to update svn?

Hello.
I want to update my svn.

I did
svn co http://svn.collab.net/repos/svn/trunk subversion

and I got

subversion/libsvn_ra_dav/props.c:595: (apr_err=175002)
svn: RA layer request failed
svn: The path was not part of a repository
subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
svn: PROPFIND of /: 400 Bad Request

I cannot find a tarball becourse I use Mac OS X.

Can someone help?

Greetings,
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to update svn?

Posted by Ben Collins-Sussman <su...@collab.net>.
Robert <ro...@gmx.de> writes:

> Hello.
> I want to update my svn.
> 
> I did
> svn co http://svn.collab.net/repos/svn/trunk subversion
> 
> and I got
> 
> subversion/libsvn_ra_dav/props.c:595: (apr_err=175002)
> svn: RA layer request failed
> svn: The path was not part of a repository
> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
> svn: PROPFIND of /: 400 Bad Request
> 
> I cannot find a tarball becourse I use Mac OS X.
> 
> Can someone help?

It sounds like you're behind a proxy which disallows http PROPFIND
requests.  Take a look at the proxy FAQ on the svn website:

  http://subversion.tigris.org/project_faq.html#proxy  


Also, on OS X, you should be able to use 'fink' to get svn 0.23
binaries installed.  (Not the same as the latest source, though).
More details at this link:

  http://subversion.tigris.org/project_packages.html


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org