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

Re: Locking UI comments

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-10-13 21:13:24 CEST

--On Wednesday, October 13, 2004 1:22 PM -0400 Mark Benedetto King
<mbk@lowlatency.com> wrote:

> I think it should be atomic, in the following way:
>
> Client -> Server
>
> LOCK /foo.c @ r1234
>
> Server -> Client

FWIW, that won't mesh at all with WebDAV's LOCK model. In WebDAV, you just
lock the entire resource not a specific version. So, at the very least, if we
tried to lock a resource/version pair, we'd likely lock out most WebDAV
clients from participating. And, that'd be real bad, IMHO. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 13 21:13:44 2004

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.