我现在在工作的地方使用TFS2008,人们通常对自动合并功能不满意。
我想知道,是否可以更改合并引擎?我知道你可以更改VS使用的合并工具,但我不清楚当你进行本地自动合并时这是否被使用,或者交易是用于合并分支的。
(在你说什么之前,我意识到手动做更安全!)
答案 0 :(得分:0)
是的,升级到2010年,你会更开心。显著。
(我知道这不是你想要的答案,但这很简单,而且确实如此)
答案 1 :(得分:0)
我自己从未使用它,但为了能够合并二进制文件,我遇到了http://www.neovolve.com/post/2007/06/19/using-winmerge-with-tfs.aspx
这样的帖子答案 2 :(得分:0)
Visual Studio将使用配置的工具执行合并。这是一个useful post。
答案 3 :(得分:0)
在visual studio 2008中,您可以执行以下操作:
1) Tools->Options
2) Source Control->Visual Studio Team Foundation Server
3) Click the "Configure User Tools..." button
4) in pop-up click "Add"
5) in pop-up select the extensions you want to use your other merge engine with and select "Merge" in the Operation drop-down
您需要知道您的引擎在参数中传递的内容,但我认为文件1文件2的默认值适合大多数。