You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2004/04/12 20:46:34 UTC

Re: svn client bailing on an obstructed update

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 <ml...@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