[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: undoing changes using svnmerge

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Thu, 26 Jun 2008 14:44:59 -0500

On Jun 26, 2008, at 11:31, Ravi Bavanari wrote:

> Is any one help me out in un doing changes to branch that i made
> using svnmerge. Is there a way to undo using svnmerge.
>
> or can i use this below command for the same effect!?
>
> You can use svn merge to "undo" the change in your working copy,
> and then commit the local modification to the repository. All you
> need to do is to specify a reverse difference:
>
> $ svn merge -r 303:302 http://svn.example.com/repos/calc/trunk
> U integer.c

Yes, that's exactly how you do it. If you previously merged -r
302:303, and committed that change, and now you want to undo it, you
would merge -r 303:302 and commit that change.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-26 21:45:33 CEST

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.