Re: Unusual behaviour of "svn mv" on directories
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-18 17:39:03 CET
On Wed, 2004-02-18 at 10:16, Andy Parkins wrote:
> Compare:
Your working copy is still at local rev 0, and A is at local rev 1.
> $ svn mv A B; svn commit -m ""
This creates revision 2. After the commit, B is at local rev 2. The
> with:
Again, A is now at local rev 1.
> $ touch A/versionedfile; svn add A/versionedfile; svn commit -m ""
And now you've created revision 2. But in your working copy, A is still
> $ svn mv A B; svn commit -m ""
This will fail, because you're trying to delete A, and your local rev of
> There is no difference between the two "svn status" outputs.
Yes there is, run 'svn st -v'. Look at the local revnums. :-)
> My bug report/feature request is therefore: whatever "svn update" is doing
No, because after a commit completes, svn only bumps the local revisions
---------------------------------------------------------------------
|
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.