[kepler-dev] [Bug 4281] New: - ant update produces method about running svn cleanup
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Aug 5 13:21:19 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4281
Summary: ant update produces method about running svn cleanup
Product: Kepler
Version: 1.x dev
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: build system
AssignedTo: berkley at nceas.ucsb.edu
ReportedBy: cxh at eecs.berkeley.edu
QAContact: kepler-dev at kepler-project.org
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.
More information about the Kepler-dev
mailing list