如何在eclipse中使用beyond compare作为合并工具。
我通过eclipse集成插件在MacOS上使用TFVC。
我的合并工具编辑脚本:
"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2 %3 %4 -lefttitle=%6 -centertitle=%7 -righttitle=%8 -outputtitle=%9
我使用超越比较作为我在 Eclipse 中的比较工具运行良好,脚本是:
"/Applications/Beyond Compare.app/Contents/MacOS/bcomp" %1 %2 -lefttitle=%6 -righttitle=%7
我的合并脚本有什么问题?
什么是正确的合并脚本?