Stephen Davis <subversion@soundgeek.org> writes:
> I accidentally updated a file in my working copy to revision 0 and it
> was deleted which makes sense (it's just a test repository so no real
> harm done). However, now my wc is in a weird state b/c it has
> leftover stuff in the .svn tree.
>
> [SoundGeek ~/Development/Test/Work/ProjA]$ svn up -r 0 larry.cpp
> D larry.cpp
> Updated to revision 0.
>
> [SoundGeek ~/Development/Test/Work/ProjA]$ svn up
> svn: Can't copy '.svn/text-base/larry.cpp.svn-base' to
> '.svn/tmp/text-base/larry.cpp.svn-base.tmp': No such file or directory
>
> [SoundGeek ~/Development/Test/Work/ProjA]$ svn up -r HEAD
> svn: Can't copy '.svn/text-base/larry.cpp.svn-base' to
> '.svn/tmp/text-base/larry.cpp.svn-base.2.tmp': No such file or
> directory
I was unable to reproduce this with HEAD (r12744) of Subversion trunk.
Here's what I did:
$ svn co http://svn.collab.net/repos/svn/trunk/www/ repro-wc
[...]
Checked out revision 12744.
$ cd repro-wc
$ svn up
At revision 12744.
$ svn up -r0 index.html
D index.html
Updated to revision 0.
$ svn up
A index.html
Updated to revision 12744.
$
Are you able to reproduce with a more recent Subversion client? (Or
are there possibly some steps missing from your transcript?)
Thanks,
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 16 00:25:46 2005