[71212] trunk/dports/devel/openssl/Portfile
Blair Zajac
blair at orcaware.com
Sat Sep 4 11:25:39 PDT 2010
On Sep 4, 2010, at 11:20 AM, Michael Dickens wrote:
>
> Done in r71216. Having never reverted changes (I use GIT with local checkouts which I can just delete) I just removed the line and did a new checkin. Is there a better SVN-way to do this? - MLD
You would do
$ svn merge -c -71212 . .
which is short for
$ svn merge -r 71212:71211 . .
which is termed a reverse merge.
Blair
More information about the macports-dev
mailing list