Beyond Compare 合并 - 是否有“全部保留”?
当我们与 Beyond Compare 进行合并时,每个冲突都有一个“向左”或“向右”选项。有什么方法可以“对所有冲突都向左”吗?我在其他合并工具中看到过这一点(Kidff3 有),但在 Beyond Compare 中看不到它。
When we do merges with Beyond Compare there is a "Take Left" or "Take Right" option for each conflict.. is there any way to do a "Take Left for all conflicts"? I've seen this in other merge tools (Kidff3 has it) but I can't see it in Beyond Compare.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将显示过滤器更改为显示冲突(查看 -> 显示冲突),然后在其中一个输入窗格中使用全选 (Ctrl+A),然后使用向左移动 (Ctrl+L) 或向右移动 (Ctrl+R< /kbd>)。
Change the display filter to Show Conflicts (View->Show Conflicts), then in one of the input panes use Select All (Ctrl+A) followed by Take Left (Ctrl+L) or Take Right (Ctrl+R).
按照 Craig 的说法,Beyond Compare 版本 3 的运作方式略有不同。 查看->显示冲突现在为查看->显示上下文。
此外,
向左移动
现在是复制到左侧
(Ctrl+L)向右移动
现在是Copy to Right
(Ctrl+R)对于使用 V3 阅读本文的人来说,提到的两点可能会令人烦恼,因为
Take
和Copy
可以看作是对立的。To follow up on what Craig said, Beyond Compare version 3 operates slightly differently. View->Show Conflicts is now View->Show Context.
Also,
Take Left
is nowCopy to Left
(Ctrl+L)Take Right
is nowCopy to Right
(Ctrl+R)The two mentioned points could be vexing for someone who reads this with V3, because
Take
andCopy
could be seen as opposites.