Reputation: 437
Following a merge commit under SVN (Merge commit with more than 10 revisions), I want to revert a single revision from the merge commit.
Is it possible to do this manipulation on SVN ?
Upvotes: 0
Views: 49
Reputation: 36
you can revert the commit on the main branche, the one you used as source in your merge, then you merge the commit of the revert with your destination branche.
Upvotes: 1