I'm looking for an SVN diff tool which can ignore comments as changes, as well as exclude specific revision diffs for easier file comparison. For example, see below.
Version 1.
This is a sentence
Here is an address
What's going on here
Version 2.
1 This is a sentence
2 Here is an address
3 What's going on here
Version 3.
//added periods
1 This is a sentence.
2 Here is an address.
3 What's going on here.
Is there a diff tool for windows which can look at version 1, exclude 2, and 3, and produce a visual diff that shows only the periods? I've been working with simple mass refactoring, and it really clouds the forest from the trees.