Re: Svn17: concurrent commits in differnt parts of your WC
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 19 Apr 2012 10:46:40 +0100
Derek Wallace <Derek.Wallace_at_intunenetworks.com> writes:
> WC/data/folder1/folder11
There is a change between 1.6 and 1.7. In 1.6 when one runs
svn up WC/data/folder1/folder11
then 1.6 takes a non-recursive lock on folder1 and a recursive lock on
cd WC/data/folder1/folder11
with 1.6 then only the recursive lock on folder11 is taken. The
In 1.7 both commands will lock the tree from folder1 which means that
The net result is that 1.6 doesn't allow
svn up A/B/X
in parallel but does allow
cd A/B/X ; svn up
in parallel but at the cost of not allowing
cd A/B/X ; svn up
to delete A/B/X.
1.7 doesn't allow
cd A/B/X ; svn up
in parallel but does allow
cd A/B/X ; svn up
to delete A/B/X.
Both 1.6 and 1.7 allow
svn up A/X/Y
in parallel.
-- PhilipReceived on 2012-04-19 11:47:21 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.