Re: moving an out-of-date folder in working copy
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-02 21:51:45 CEST
solo turn <soloturn99@yahoo.com> writes:
> how do you locally move an out-of-date folder? do "svn up" on the
'svn mv' == 'svn cp; svn rm'
So what's happening there is that you effectively ran these commands:
$ svn cp tags/v1.0 trunk/v
Now you try to commit, and the deletion of tags/v1.0 is failing,
You'll have to 'svn revert' your move, update, and try the move again.
---------------------------------------------------------------------
|
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.