svn update fails on current directory: Working copy locked
From: Eduard Kotysh <nutellaboi_at_gmail.com>
Date: 2007-03-23 21:09:00 CET
I am executing the following commands from a Windows DOS prompt (cmd):
In DOS command prompt, from C:\tsunami\svn\build directory:
svn up -r HEAD . OK
svn: Working copy 'C:\tsunami\svn\build' locked
If I do svn stat, I see no outstanding locks and svn cleanup doesn't do
Looks as if I give a fully qualified path, something behaves differently
From cygwin however, both work:
svn up -r HEAD . OK
I then thought that DOS cmd locks the directory and did a little test. I
I have exposed this problem in a different way as well:
I wrote a simple ant svn task that updates current directory like this:
<svn javahl="false">
When I run ant -f build.xml from the directory I'm trying to update, I get
I then re-wrote it as plain ant executable:
<exec executable="svn">
When I run ant -f build.xml from the directory I'm trying to update, it
This result right there makes me think that svn ant task implementation is
I'd appreciate any help on all of this.
Thanks
Eduard Kotysh
|
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.