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

Re: svn co gets 405 Method not allowed - how come (more importantly, what can I do about it)?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-15 14:14:30 CET

On Feb 14, 2005, at 10:55 PM, Charles Doucette wrote:
>
> p.s. There are no new entries in the Apache error log. Here's the
> most recent entry in the Apache access log:
> 127.0.0.1 - - [14/Feb/2005:23:21:01 -0500] "PROPFIND /SVN/repos
> HTTP/1.1" 405 327
>

Aha, if the 405 is in the apache errorlog, then there's no proxy. The
request is actually making it all the way to apache, and apache is
generating the error, not some proxy.

Hey, how about the most obvious explanation?

You've declared your SVNParentPath location to be <Location /svn>, yet
you're trying to checkout http://hostname/SVN/repos. Guess what? The
URL is case-sensitive. Try checking out http://hostname/svn/repos
instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 15 14:18:09 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.