如何配置 Beyond Compare 3 来解决 Eclipse 冲突?
让 Beyond Compare 3 与 Eclipse/Subclipse 冲突解决方案一起使用的正确参数是什么?
在首选项>中团队> SVN> Diff/Merge
可以选择指定外部程序来解决冲突。
默认参数是:
"${yours}" "${theirs}" "${base}" "${merged}"
它建议 TortoiseMerge 设置:
/theirs:"${theirs}" /base:"${base}" /mine:"${yours}" /merged:"${merged}"
但是 Beyond Compare 的适当配置是什么?
What is the correct parameters to get Beyond Compare 3 working with Eclipse/Subclipse conflict resolution?
In Preferences > Team > SVN > Diff/Merge
there's the option to specify an external program to resolve conflicts.
The default parameters are:
"${yours}" "${theirs}" "${base}" "${merged}"
And it suggests TortoiseMerge settings of this:
/theirs:"${theirs}" /base:"${base}" /mine:"${yours}" /merged:"${merged}"
But what is the appropriate config for Beyond Compare?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看起来这是正确的:
基于此论坛帖子:
http://www.scootersoftware.com/vbulletin/showthread.php? t=368#4
要适当地标记各个部分,并在单独的(单独)实例中运行 BC,它是这样的:
上面使用多行以提高可读性,将换行符替换为空格以供使用,即
Looks like this is correct:
Based on this forum post:
http://www.scootersoftware.com/vbulletin/showthread.php?t=368#4
To label the sections appropriately, and run BC in a separate (solo) instance, it's this:
Multiple lines used above for readability, replace linebreaks with spaces for use, i.e.
另请查看 http://beyondcvs.sourceforge.net/ 的 eclipse/Beyond Compare 插件。 (来自:http://www.scootersoftware.com/support.php?zz=kb_vcs )
Also check out http://beyondcvs.sourceforge.net/ for an eclipse/Beyond Compare plugin. (from: http://www.scootersoftware.com/support.php?zz=kb_vcs)
AnkhSVN 使用
For 3-way diff:
或 for 2-way:
您可以将其调整为 Subclipse 的格式。
AnkhSVN uses
For 3-way diff:
Or for 2-way:
You can probably tweak this to Subclipse's format.