Compare files between two branches in TortoiseSVN

后端 未结 3 894
粉色の甜心
粉色の甜心 2021-01-30 19:46

I know how to do this in SVN,

svn diff http://svn.example.com/branches/A/File1.txt http://svn.example.com/branches/B/File1.txt

But there has to

3条回答
  •  庸人自扰
    2021-01-30 19:56

    I find this method to be much easier:

    Open the revision graph for the file you want to diff (context menu->TortoiseSVN->Revision Graph). Select the first revision, and then control-click to select the second revision. Now right click on one of the selected revisions, and select Compare Revisions from the context menu.

    Tested on TortoiseSVN 1.7.6.

    enter image description here

提交回复
热议问题