devlopp
devlopp

Reputation: 437

Revert a single revision from a merge commit in SVN

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

Answers (1)

Kaou
Kaou

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

Related Questions