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

Re: lock request returns "405 Method Not Allowed"

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-02-22 17:06:53 CET

On 2/22/07, Backup e-mail <bckemail@yahoo.com> wrote:

> <LimitExcept GET PROPFIND OPTIONS REPORT COPY MOVE LOCK UNLOCK>

Your error is right here. I have no idea what you're trying to do with
this statement. Typcially people only put the 4 read operations in:
<LimitExcept GET PROPFIND OPTIONS REPORT>, which translates to,
"require authentication for all requests except these four read
operations". What you've written is bizarre: "require authentication
for everything except this long list of read and write operations".
Why did you do that?

In any case, LOCK is failing because you've explicitly said that it
doesn't require authentication. And that's impossible -- the
repository won't let you lock files without identifying yourself.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 22 17:07:09 2007

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.