Revert a single revision from a merge commit in SVN

48 Views Asked by At

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 ?

1

There are 1 best solutions below

0
Kaou On BEST ANSWER

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.