In Visual Studio, go to the Tools menu, select Options, expand Source Control, (In a TFS environment, click Visual Studio Team Foundation Server), and click on the Configure User Tools button.

TFS上使用Beyond Compare来比较源码

Click the Add button.

Enter/select the following options for Compare:

  • Extension: .*
  • Operation: Compare
  • Command: C:\Program Files\Beyond Compare 3\BComp.exe (replace with the proper path for your machine)
  • Arguments: %1 %2 /title1=%6 /title2=%7

If using Beyond Compare v3 Professional (3-way Merge):

  • Extension: .*
  • Operation: Merge
  • Command: C:\Program Files\Beyond Compare 3\BComp.exe (replace with the proper path for your machine)
  • Arguments: %1 %2 %3 %4 /title1=%6 /title2=%7 /title3=%8 /title4=%9

If using Beyond Compare v3 Standard or Beyond Compare v2 (2-way Merge):

  • Extension: .*
  • Operation: Merge
  • Command: C:\Program Files\Beyond Compare 3\BComp.exe (replace with the proper path for your machine)
  • Arguments: %1 %2 /savetarget=%4 /title1=%6 /title2=%7

from : http://stackoverflow.com/questions/4466238/how-to-configure-visual-studio-to-use-beyond-compare

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2021-07-26
  • 2022-02-11
猜你喜欢
  • 2022-01-26
  • 2022-12-23
  • 2021-11-21
  • 2021-07-14
  • 2022-03-09
  • 2022-01-31
相关资源
相似解决方案