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. Mark
markd@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@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/svn/
Blair Zajac <blair@orcaware.com> writes:
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 . .
That did it. Thanks! Mark
participants (2)
-
Blair Zajac
-
markd@macports.org