views:

46

answers:

2

Title says it all: is there a way to configure AnkhSVN so the default "show changes", under the right-click context menu, ignores whitespace diffs?

A: 

AnkhSVN uses the SharpSVN-API to perform SVN-related operations. So it depends on how the API's diff-function is implemented. For such reasons and because there are no configuration options, I don't think it's possible without touching SharpSVN's and/or AnkhSVN's source code. You could suggest the developers to implement such feature for future releases... of course there no guarantee they will implement it.

Simon
See http://feedback.ankhsvn.net/forums/3267-general/suggestions/37055-add-option-to-ignore-whitespace-changes?ref=title for the uservoice item about this.
Sander Rijken
+1  A: 

Currently the easiest way to reach this, is to install a diff viewer that allows you to toggle whitespace differences and configure AnkhSVN to use that diff viewer. SourceGear Diffmerge works great for this.

Sander Rijken