比较 TortoiseSVN 中两个分支之间的文件

比较 TortoiseSVN 中两个分支之间的文件

问题描述:

我知道如何在 SVN 中做到这一点,

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

但是在 TortoiseSVN 中必须有一种不那么痛苦的方法来做到这一点.您可能认为可以从 Show Log 中执行此操作,但它似乎只显示当前分支上的修订.

But there has to be a less painful way to do this in TortoiseSVN. You would think that you could do it from the Show Log, but it appears to only show revisions on the current branch.

  1. 转到存储库浏览器(/TortoiseSVN/Repo-browser/).
  2. 在分支 B 上打开右键菜单,选择标记进行比较".
  3. 然后在分支 A 上打开右键菜单,选择比较 URL"或将差异显示为统一差异".