将 Araxis Merge 2010 与 Visual Studio 2010 和 TFS 2010 集成
我正在尝试将 Araxis Merge 2010 与 Visual Studio 集成,但在应传递给 Merge.exe 的参数方面遇到了困难。
根据他们的文档,它的参数应该是:
/wait /swap / a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4
但这似乎不起作用,有人知道问题可能是什么吗?
当进行合并时,工具会弹出,但头部显示,找不到 /wait 和 /swap,这几乎就像它将标志解释为要比较的文件一样。
I'm trying to get Araxis Merge 2010 integration with Visual Studio working and am coming up against a brick wall with the arguments you should pass to Merge.exe.
According to their documentation it arguments should be:
/wait /swap /a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4
However this doesn't seem to work, does anyone have any idea what the problem could be?
When doing a merge the tool pops up, but the head says, /wait and /swap could not be found, it's almost as if it's interpreting the flags as the files to compare.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它对我来说效果很好 - 但有一个问题。
对于合并,您必须不要将 .exe 设置为“merge.exe”(听起来很明显),而是“compare.exe”!在 他们从中获取这些设置的原始帖子。
(希望这就是让你绊倒的原因)
It works fine for me - but there is a gotcha.
For merges, you must not set the .exe to "merge.exe" as sounds obvious, but to "compare.exe"! It's explained better here on the original post that they took those settings from.
(Hopefully that's what tripped you up)