Re: Bad interaction between merge and revert
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-31 16:00:52 CEST
On Sat, 2004-07-31 at 07:41, Daniel Egger wrote:
> The only way to make this work reliably is to remove the WC and
Not true! There's a much easier way to re-try the merge.
If you run 'svn merge', you end up with local modifications of three
If you don't like the result, and want to revert all the local changes,
So you need to remove the formerly-added, now-unversioned files.
If you don't do this, then a repeat of the merge will try to re-add the
(The reason for this revert behavior is due to svn's prime directive:
So the proper algorithm is:
svn merge
I admit, this bites people quite often, and has become a FAQ. I wonder
---------------------------------------------------------------------
|
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.