Re: Some Defects
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-30 20:52:35 CEST
"Mark Watts" <mwatts3@stny.rr.com> writes:
> However, I have a new question. When a merge fails, as it did in this
Unknown? The status command should work. The merge command lists the
> I used 'svn revert' as the means to try and bring the working copy
Not quite. If the working copy file had local changes before the
> However, because the add was done and then unscheduled the revert didn't
There is no general way to undo a merge automatically. If there were
svn merge -rX:Y URL wc
could be reversed using
svn merge -rY:X URL wc
There is one slight disadvantage to this, if any of the merged files
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat May 31 00:52:45 2003 |
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.