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

Re: Exclusive Locking: 2nd draft

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-21 18:32:55 CEST

On Fri, 2004-05-21 at 12:17, Ben Collins-Sussman wrote:
> That's it. Very simple. No special txns, no weird rules for reading.
> Easy to implement in libsvn_fs for svn 1.1.

Would locks be better implemented in libsvn_repos? (The commit
restriction could be enforced by grabbing the changed-paths of the
transaction and comparing them to the locks table list.)

Do locks expire? If not, is there a mapping from this functionality to
WebDAV locks?

Does anything special happen if you delete the path referred to by a
lock, or a parent of it? If we ever get true renames, should anything
special happen if you rename the path referred to by a lock, or a parent
of it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 21 18:33:30 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.