Reputation: 12151
SVN newbie (although so far I really like it (coming from CVS)
Ok, here's my scenario:
I had:
It seems like something like a BackMerge might do it but that would lose my changes (I think)
I naively tried Update to Revision... but apparently that' really more to "peek" at what things looked like in that Revision.
Any suggestions?
(The obvious is to get a copy of Version X and copy it over the Revision at tag "OldVersion" and continue on my merry way, but I'd like to do this the "proper way" and maybe learn something here).
Upvotes: 1
Views: 401
Reputation: 24719
If you did your step 3 as one commit, then you should be able to do the following:
This will perform a reverse merge. This is described in the svn manual under Undoing Changes.
Upvotes: 5