Locking Bugs?
From: Bill Mill <bill.mill_at_gmail.com>
Date: 2007-06-11 17:51:07 CEST
Hello all,
I think I have hit either a few manifestations of one locking bug, or
== Issue 1 ==
In the first example, I accidentally deleted a directory ago, so I try
/c/test/Common$ svn copy -r 1105 http://oursvn.server/dir/PQEbay
/c/test/Common$ svn status
However, when I try to check in, I get:
/c/test/Common$ svn ci -m "Resurrected PQEbay"
PQEbay has the svn:needs-lock property on it, could that be causing the problem?
I've tried to lock the dir, but it's not checked in, so I get a catch-22
/c/test/Common$ svn lock --force PQEbay/
I've also removed the locks in the local copy, but that doesn't have any effect.
== Issue 2 ==
The second issue occurs when I've tried to delete a branch after
/c/test/branches$ svn status
/c/test/branches$ svn ci -m "Deleting ThreadedBoxCache branch"
In this case, clsLotGroupBox is a file that was deleted before the
"svn cleanup" runs without error, but the same error occurs immediately after.
== Conclusion ==
So, is there a bug here? Is there a workaround? What more information
This bug(s) is really bothersome, as I can no longer perform
$ svn --version
Windows XP, using all three of: windows command line used from cygwin,
Thanks
---------------------------------------------------------------------
|
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.