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

Re: svn: PROPFIND of '/catalogsuites/trunk': 405 Method Not Allowed

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-17 18:40:00 CEST

On 4/16/06, John B. Moore <jbm@esonicspider.com> wrote:
> Greetings,
>
> I'm a newbie so keep that in mind...
>
> I've been working to setup a Subversion server.. and so far have not
> been able to access it via svn client on other machine. I'm getting the
> error
>
> mps-178:~ jbmoore$ svn checkout
> http://cvn.esonicspider.com/catalogsuites/trunk
> subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
> svn: PROPFIND request failed on '/catalogsuites/trunk'
> subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
> svn: PROPFIND of '/catalogsuites/trunk': 405 Method Not Allowed
> (http://cvn.esonicspider.com)

Shouldn't that be 'svn', not 'cvn'? ;-)

Failing that, 405 errors often mean that you're going through a proxy
that doesn't allow WebDAV requests like PROPFIND. Switching to
https:// often fixes that, since the proxy doesn't see the request.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 17 18:41:35 2006

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.