Search code examples
svntortoisesvntortoisemerge

Reverting a part of the commit in SVN


I have merged revisions 1,2,3 from branch A to branch B and committed the same in a single commit. Now, I need to revert back only revision 2 from branch B.

It is difficult to revert this commit and redo the merge as there lot of commits that have been made after this.

Is there any option to do it other than manual compare and reverting the changes?


Solution

  • Revert revision 2 from Branch A and merge it to Branch B .