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

Re: can't delete a locked file over ra_dav

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-25 00:43:35 CET

On Mar 24, 2005, at 4:39 PM, Greg Stein wrote:
>
> This *precise* problem was discussed about 4.5 years ago :-) Here is
> the
> link:
> http://mailman.lyra.org/pipermail/dav-dev/2000-September/001533.html
>

Excellent, thanks. I've changed ra_dav to issue DELETE requests with a
targeted set of If: header assertions:

    If: <URL> (<opaquelocktoken:...>)

...so that mod_dav only tries to apply the lock-token "assertion" to
the original resource.

And that fixed it, thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 25 00:45:05 2005

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.