Need to reverse a commit

Blair Zajac blair at orcaware.com
Wed Oct 31 18:19:03 PDT 2007


markd at macports.org wrote:
> How would I reverse a commit?  I want to reverse r30497 of the port
> vm-pop3d.  I've looked a little online, but I'm in too big a hurry to sort
> out what I've read.

Cd into the directory and do for 1.4 or greater:

$ svn merge -c -30497 . .

or for 1.3 and earlier:

$ svn merge -c 30497:30496 . .

Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair at orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/


More information about the macports-dev mailing list