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

Re: svn client bailing on an obstructed update

From: <kfogel_at_collab.net>
Date: 2004-04-12 22:46:34 CEST

I think this is

   http://subversion.tigris.org/issues/show_bug.cgi?id=1806

Coincidentally, Ramaswamy wrote a patch for this just recently. We're
ironing out the nits right now, but hope to have the fix committed
soon.

-Karl

David <mlite75@yahoo.com> writes:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 13 00:02:00 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.