1

我正在 Ecpise 上使用 PyDev,我想制作 Beyond Compare 我的合并/差异工具,
我在几个地方阅读了关于 var 和配置的信息,但似乎没有任何效果
我已经安装了 SVN 插件。
我注意到有 3 个地方可以配置:

SVN -> Diff viewer  
SVN -> Diff/Merge  
Ext. Tools -> Beyond Compare  

我将第一个设置为“BComp.exe”的路径,并将第一个框中的 vars 设置为:

"${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

什么是错误的配置?

谢谢

4

0 回答 0