问题描述
什么是 SVN 中的反向合并(Revert Merge),一个简单的解释和从开始到结束的分步过程会很棒.
What is Reverse Merge ( Revert Merge ) in SVN, a simple explanation and the step by step processes from start to finish would be great.
谁能给我流程,如果可以的话,编号.一个好的简单的例子也会很棒.
Can someone give me the the processes, numbered if you can. And a good and simple example would be great too.
推荐答案
来自 Tortoise 用户指南:
From Tortoise User Guide:
如果您想将更改从您的工作副本中合并回来,还原已提交的更改,选择修订以还原并确保选中反向合并框.
在我看来,反向合并是一种正常"提交,它代表对一个或多个先前提交的反"提交.之前的提交仍然存在,但更改会通过新的反"提交恢复.
From my point of view a reverse merge is a "normal" commit which represents an "anti"-commit to one or more former commits. The former commit will still exist, but the changes become reverted through new "anti"-commit.
这篇关于什么是SVN中的反向合并(Revert Merge),一个简单的解释和从头到尾的分步过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!