Project

General

Profile

Actions

Bug #4281

open

ant update produces message about running svn cleanup

Added by Christopher Brooks over 15 years ago. Updated about 9 years ago.

Status:
In Progress
Priority:
Normal
Category:
build system
Target version:
Start date:
08/05/2009
Due date:
% Done:

0%

Estimated time:
Spent time:
Bugzilla-Id:
4281

Description

Under Windows 2003 Server, running "ant update" produces a message
about a file being locked and suggesting running "svn cleanup".

If I do:

svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
cd build-area
ant change-to -Dsuite=kepler
ant update

Then I get:

[update-modules] Updating ptolemy-lib...
[update-modules] svn -r head update c:\tmp\cxh\src\kepler\ptolemy-lib
[update-modules] At revision 20190.
[update-modules]
[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]
[update-modules] WARNING: It appears that the command did not execute properly and exited with an exit code of: 1

Running "ant cleanup" does not change the results.

This should probably be addressed before 2.0 as Windows users will find it
confusing.

I believe that the problem is likely that a file in build-area is being
changed and Windows is not able to deal with this.

I think this is a new failure, it may have started only in the last few weeks.

Actions

Also available in: Atom PDF