Using Tortoise SVN diff in TFS

北战南征 提交于 2019-12-02 22:36:24

The TSVN diff tools are available separately. See the download page, scroll down to "Tools".

Or directly from here.

Dan

If you want to use Tortoise Merge with TFS. You need to install Tortoise SVN.

And then follow the steps here

Compare Command: C:\Program Files\TortoiseSVN\bin\TortoiseMerge.exe
Arguments:
/base:%1 /mine:%2 /basename:%6 /minename:%7

Merge Command: C:\Program Files\TortoiseSVN\bin\TortoiseMerge.exe
Arguments: /base:%3 /mine:%2 /theirs:%1 /basename:%8 /minename:%7 /theirsname:%6 /merged:%4 /mergedname:%9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!