[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: Ravi Bavanari <ravi.bavanari_at_gmail.com>
Date: Thu, 26 Jun 2008 09:31:41 -0700

Hi ALL,

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

Thanks,
Ravi Bavanari
Received on 2008-06-26 20:14:00 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.