문제

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?

도움이 되었습니까?

해결책 2

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

다른 팁

I'm using TortoiseSVN for such jobs. Going to "Show Log", right click the commit you want to revert and than "Revert changes from this revision".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top