Re: [Issue 533] New - implement reserved checkouts
From: Dave Cridland <dave_at_cridland.net>
Date: 2002-08-13 11:41:28 CEST
Forgive my almost certain misunderstanding of this...
On Tue, 2002-08-13 at 01:24, Branko Èibej wrote:
My understanding:
If X/Y is a copy of A/B, and some changes are made to A/B, then the same
svn copy A/B X/Y
My conclusion, based on above:
Therefore a lock on A/B has no effect on X/Y, since they are different
If we created a "link" mechanism, such that:
svn link A/B X/Y
Now, a lock on A/B would have to imply a lock on X/Y, since they are, in
This is much the same as on UNIX-alikes, where file locking calls lock
> A related question is, does locking affect bubble-up directories? In
As for whether locks are recursive, does that not depend on whether we
svn lock --recursive .
or:
svn lock .
Or am I being a bit simplistic here?
Dave.
---------------------------------------------------------------------
|
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.