【发布时间】:2011-03-26 13:42:23
【问题描述】:
我正在寻找一个 SVN 差异工具,它可以忽略 cmets 作为更改,以及排除特定修订差异以便于文件比较。例如,见下文。
版本 1。
This is a sentence
Here is an address
What's going on here
第 2 版。
1 This is a sentence
2 Here is an address
3 What's going on here
第 3 版。
//added periods
1 This is a sentence.
2 Here is an address.
3 What's going on here.
是否有适用于 Windows 的 diff 工具,它可以查看版本 1、排除 2 和 3,并生成仅显示句点的视觉差异?我一直在进行简单的大规模重构,它确实使森林变得乌云密布。
【问题讨论】: