Undo reverse merge in Subversion, or double-revers

2019-03-02 16:51发布

What is the best way to undo a committed reverse merge?

Here's the scenario: I committed a change, say revision 100, which caused a regression. Since I was leaving for a few days and didn't have time to debug the issue, I reverse-merged 100 and committed revision 101. Now I'm ready to attack the issue again. I have three ideas for doing this, but I don't know what is best or even what will work:

  1. Reverse merge revision 101
  2. Merge revision 100
  3. Copy the changes made in 100 to my working copy without mergeinfo

Any suggestions?

1条回答
叼着烟拽天下
2楼-- · 2019-03-02 17:16

Reverse merging revision 101 describes best what you're doing, ie undoing the undo.

登录 后发表回答