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

Re: Revised Proposal: Improved locking implementation for fsfs

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-10 03:37:44 CET

On Jan 9, 2005, at 2:37 PM, Branko Čibej wrote:
>
> BTW, can you lock several files with a single DAV request?
>
>

I don't think so. The LOCK request is of the form

    LOCK URI
    [headers, including authn]

    [body contains lock comment and lock type]

Because LOCK only works on a single URI, the only way to "lock many
things" is to lock a whole collection. Which we don't support.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 10 03:39:09 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.