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

Re: Exclusive Locking: design in a nutshell

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-20 20:23:02 CEST

Josh Pieper wrote:

>Speaking of shared locking, is there some specific semantics for
>shared locking that you're referring too? How would that work, a
>client requests a lock and states that at most N other clients may
>hold the lock at the same time? I was unable to find anything
>resembling that in the WebDAV spec.
>
>
The DAV spec speaks of shared (read and write) locks, but doesn't
specify how they behave. Therefore we can do anything that's reasonable.
IMHO the only thing that's reasonable is for all clients that have a
shared lock on the same object to see the same contents. Ergo,
transaction-per-lock.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 20 20:39:26 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.