Using Tortoise SVN diff in TFS

前端 未结 2 738
挽巷
挽巷 2021-02-04 03:40

I want to use Tortoise SVN diff utility with TFS. I know how to configure user tools in TFS. What I need is installer for Tortoise SVN diff utility. I think I need to install fu

2条回答
  •  故里飘歌
    2021-02-04 04:24

    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

提交回复
热议问题