码迷,mamicode.com
首页 > 其他好文 > 详细

DiffMerge在第三方工具中命令配置

时间:2019-12-18 15:14:22      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:source   int   路径   alt   diff   ref   ocs   名称   详细信息   

一、TortoiseSVN

TortoiseSVN中配置详细信息请参考 :https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-progs

技术图片

 命令:/m /r=%merged /t1=%yname /t2=%bname /t3=%tname /c=%mname %mine %base %theirs

完整带路径名称 :D:\xxxx\DiffMerge\sgdm.exe /m /r=%merged /t1=%yname /t2=%bname /t3=%tname /c=%mname %mine %base %theirs

TortoiseGit 和 TortoiseSVN的上述配置都能生效

 

二、TFS

vs里选择工具->设置->源代码控制

命令:/m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1

完整带路径名称 :D:\xxxx\DiffMerge\sgdm.exe /m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1

 

三、VSS

命令:C:\xxxx\DiffMerge\sgdm.exe /t1="source branch" /t2="base version" /t3="destination branch" /result=%4 %1 %3 %2

 

参考网址:https://www.sourcegear.com/diffmerge/webhelp/chapter_integration.html

DiffMerge在第三方工具中命令配置

标签:source   int   路径   alt   diff   ref   ocs   名称   详细信息   

原文地址:https://www.cnblogs.com/jiang27/p/12059373.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!