[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn client bailing on an obstructed update

From: David <mlite75_at_yahoo.com>
Date: 2004-04-12 23:40:53 CEST

somedir and its subdirs have .class files in them that
are not in the repository. Shouldn't svn update be
deterministic (eg not immediately exit when it can't
update a file)? Client is v1.0.1 + this patch (w/o
patch, an assertion fails).

svn diff -r9292:9293 http://svn.collab.net/repos/svn

No changes to the repository happen between these
commands. It seems wrong that two successive svn
update commands act differently.

HOST:~/project$ svn update
U Version.java
D somedir/ReportSources/ReportSelectionPolicy.java
.
.
D somedir/ReportSources/BlahBlah.java
svn: Won't delete locally modified directory 'somedir'
svn: Left locally modified or unversioned files

HOST:~/project$ svn update
D somedir/AAAAA.java
.
.
D somedir/SomeFFFFILE.java
svn: Won't delete locally modified directory 'somedir'
svn: Left locally modified or unversioned files

HOST:~/project$ svn update
svn: Won't delete locally modified directory 'somedir'
svn: Left locally modified or unversioned files

HOST:~/project$ cd somedir/
HOST:~/project/somedir$ svn update
svn: Won't delete locally modified directory ''
svn: Left locally modified or unversioned files

HOST:~/project/somedir$ svn update
D SomeFileName.java
D Monitor.java
svn: Won't delete locally modified directory ''
svn: Left locally modified or unversioned files

HOST:~/project/somedir$ svn update
D SooooomeFile.java
D Communicator.java
Updated to revision 30.

HOST:~/project/somedir$ cd ..
HOST:~/project$ svn update
U OtherDir/Database/DataManager.java
U OtherDir/ContactManagement/ContactId.java
U OtherDir/Utilities/DatabasePruner.java
U OtherDir/Tracker/File17.java
U Simulator2/SimulatorOne.java
svn: Won't delete locally modified directory ''
svn: Left locally modified or unversioned files

HOST:~/project$ svn update
At revision 30.

__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 12 23:41:25 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.