我在Ecplise上与PyDev合作,我想让Beyond Compare成为合并/差异的工具 我在几个地方读过var和配置,但似乎没有任何工作 我已经安装了SVN插件 我注意到有3个地方可供配置:
SVN -> Diff viewer
SVN -> Diff/Merge
Ext. Tools -> Beyond Compare
我已将第一个设置为“BComp.exe”的路径,并将第一个框中的变量设置为:
"${base}" "${mine}"
/lefttitle="Base ${base}"
/righttitle="Local ${mine}"
第二个盒子变量是:
"${theirs}" "${yours}" "${base}" "${merged}"
/lefttitle="Incoming (${theirs})"
/centertitle="Base (${base})"
/righttitle="Local (${yours})"
/outputtitle="Merged (${merged})"
/solo
在SVN-> Diff / Merge中我将参数设置为:
"${theirs}" "${yours}" "${base}" "${merged}" /lefttitle="Incoming (${theirs})" /centertitle="Base (${base})" /righttitle="Local (${yours})" /outputtitle="Merged (${merged})" /solo
在Beyond Compare子菜单中,我选择了
的路径C:\Program Files (x86)\Beyond Compare 3\BComp.exe
当我选择2个文件并点击进行比较时,我收到以下消息:
Unable to start Beyond Compare.
Please check the preference page and make sure the information there is valid
Exception: Please select at least on valid resource
配置错误是什么?
谢谢