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

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Mar 24 18:54:25 PDT 2010


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

--- Comment #5 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-03-24 18:54:24 PDT ---
It looks like ant update fails under Windows 2003 in a clean tree.

The error is:

[update-modules] At revision 57481.
[update-modules] svn: warning: cannot set LC_CTYPE locale
[update-modules] svn: warning: environment variable LANG is ENU
[update-modules] svn: warning: please check that your locale name is correct
[update-modules] 
[update-modules] Updating build-area...
[update-modules] svn -r head update --accept postpone
C:\tmp\cxh\src\kepler\build-area 
[update-modules] svn: warning: cannot set LC_CTYPE locale
[update-modules] svn: warning: environment variable LANG is ENU
[update-modules] svn: warning: please check that your locale name is correct
[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] 

BUILD FAILED
C:\tmp\cxh\src\kepler\build-area\build.xml:165: ERROR: It appears that the
command did not execute properly and exited with an exit code of: 1


To reproduce this under Windows, run:

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
ant run
ant update

I suspect the problem is that Windows is braindead about modifying open
files.  Probably there is an open file when svn is being run.  The problem
does not appear under Mac OS X.  Can someone try the above steps under Windows?

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