Issue #2507 - --no-unlock keeps lock of deleted files too
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 3 Sep 2009 19:30:50 +0100
<http://subversion.tigris.org/issues/show_bug.cgi?id=2507>
This is a problem with repository locks on deleted paths. I would like
The problematic behaviour:
The repository (FS layer) tries to prevent locking a nonexistent path,
Then the server throws an error if you later try to
Note that while it is theoretically useful to be able to lock a
In issue #2507 another problem is mentioned. If a locked file is moved
Work-arounds:
Nanually remove the lock with "svn unlock --force", and re-try the
Avoid using "--no-unlock". Unsatisfactory if the commit contains other
Behavioural change required:
The files in <notes/locking/> do not mention locking of non-existent
I propose the following behaviour.
Subversion should, at commit time, even with "--no-unlock",
Work required:
The behaviour should be enforced in libsvn_fs. In the issue, C-Mike says
The behaviour could perhaps be implemented in the client side. Needs
Comments?
- Julian
------------------------------------------------------
|
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.