WC inconsistency
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-05-02 23:04:15 CEST
[ Karl is looking at this, but figured that I'd copy dev ]
Karl,
Here is the transcript of the WC bug that I ran into. Annotations in {...}
[gstein@roshi trunk]$ svn rm msg.63152.00001.tmp~
Committed revision 14.
{ this was an EDITOR message file that ended up in my WC, then added; I
{ about to backwards update to test some of the ra_dav functionality that I
[gstein@roshi trunk]$ svn up -r 10
subversion/libsvn_ra_dav/util.c:393
{ my code was borken. I was making it expect 201 rather than 200. I fixed
[gstein@roshi trunk]$ svn up -r 10
{ hey! it didn't re-add the msg file, yet it says I'm at 10 }
[gstein@roshi trunk]$ dir
{ yup. definitely not there. }
[gstein@roshi trunk]$ svn up
{ it "deleted" the file, even though it was already missing }
[gstein@roshi trunk]$ svn up -r 10
{ okay. we're in sync again. it properly added the file back. }
[gstein@roshi trunk]$ dir
You can simulate the error in your copy of the code by making
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 2 23:03:28 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.