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

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed May 19 13:28:28 PDT 2010


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Windows 2000                |All
           Severity|minor                       |normal

--- Comment #7 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-05-19 13:28:27 PDT ---
This bug is now affecting me under Mac OS X.  I've also seen it under
Windows Server 2003.

svn update yields:

[update-modules] Updating ptolemy...
[update-modules] svn -r head update --accept postpone
/Users/cxh/src/kepler/ptolemy 
[update-modules] At revision 24512.
[update-modules] 
[update-modules] Using the stable version of ptolemy. Use 'ant update-ptolemy
-Drev=head' to work from the head.
[update-modules] svn -r 57769 update --accept postpone
/Users/cxh/src/kepler/ptolemy/src 
[update-modules] svn: Working copy '/Users/cxh/src/kepler/ptolemy/src' locked
[update-modules] svn: run 'svn cleanup' to remove locks (type 'svn help
cleanup' for details)
[update-modules] 

I've tried running "svn cleanup" in both the ptolemy and build-source
directory

What I did was
mkdir kepler
cd kepler
svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
cd build-area
ant change-to -Dsuite=kepler

Then, during the download, my connection failed.

I ran
ant change-to -Dsuite=kepler
ant update

and got the cleanup message above.

I then tried
cd ../ptolemy
svn cleanup
cd ../build-area
ant update
svn cleanup
ant update

The workaround was:
rm -rf ../ptolemy
atn change-to -Dsuite=kepler
ant update

The fix would be to have the error message state that "ant cleanup" 
is not always sufficient.

I'm moving this up in importance because it affects multiple platforms
and losing a connection during a 10 minute download is somewhat common.

-- 
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