[kepler-dev] [Bug 4281] ant update produces message about running svn cleanup

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Jan 14 17:30:35 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4281

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |

--- Comment #3 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-01-14 17:30:34 PST ---
Actually, running "svn cleanup" does not fix this under Windows Server 2003.

To create a svn repository, what I did was run
cd kepler/ptolemy
svn update &
kill -9 %1

This resulted in the ptolemy svn repository being locked.

Running 
cd ../build-area
ant update

produced:

[update-modules] Updating ptolemy...
[update-modules] Using the stable version of ptolemy. Use 'ant update-ptolemy
-D
rev=head' to work from the head.
[update-modules] svn -r 56907 update c:\tmp\cxh\src\kepler\ptolemy
[update-modules] svn: Working copy 'c:\tmp\cxh\src\kepler\ptolemy' locked
[update-modules] svn: run 'svn cleanup' to remove locks (type 'svn help
cleanup'
 for details)
[update-modules]

This is fine.  I went back to kepler/ptolemy and ran "svn cleanup".

Then, when I ran "ant update" in build-area, I got:

[update-modules] Updating build-area...
[update-modules] svn -r head update c:\tmp\cxh\src\kepler\build-area
[update-modules] svn: Working copy 'c:\tmp\cxh\src\kepler\build-area' locked
[update-modules] svn: run 'svn cleanup' to remove locks (type 'svn help
cleanup'
 for details)
[update-modules]

This is odd, why is build-area needing a cleanup.

While in build-area/, I ran "svn cleanup", but still got

[update-modules] Updating build-area...
[update-modules] svn -r head update c:\tmp\cxh\src\kepler\build-area
[update-modules] svn: Working copy 'c:\tmp\cxh\src\kepler\build-area' locked
[update-modules] svn: run 'svn cleanup' to remove locks (type 'svn help
cleanup'
 for details)
[update-modules]

So, at this point, the I can't update this tree.

Obviously, making the ptII svn repository need "svn cleanup" is a bit
contrived,
but it does seem that if there is a repository in need of "svn cleanup", then
there are problems (at least under Windows Server 2003.)

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list