Re: svn mv in wc seems to leave remnant directories
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-31 21:54:21 CEST
On Wed, 2004-03-31 at 13:55, Ryan Hunt wrote:
'svn mv A B' is the same as running 'svn cp A B; svn rm A'
Therefore, after your move command, if you run 'svn status', you should
That's why dir1 isn't gone yet. It's only *scheduled* for deletion.
> svn: Commit failed (details follow):
And the reason you can't commit is because dir1 is out-of-date. You
---------------------------------------------------------------------
|
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.