Reputation: 8524
I use TortoiseSVN 1.6.5 as an Apache Subversion client. Sometimes, when I change something in the source code, I perform not only the change, but - by inserting spaces in other lines - I bring the commands of a block in line.
After this, when I want to check my changes with "Show differences as unified diff", it would be nice to have the feature "Do not show, when spaces have been inserted".
Is there anything to get this?
Upvotes: 2
Views: 587
Reputation: 5333
This is possible to hide if you use the option Show changes
for your code comparison rather than Show differences as unified diff
.
This will bring up TortoiseMerge (unless of course you have reconfigured what programs you use for an editor).
In TortoiseMerge you then have the option of selecting Ignore all whitespace changes
.
Upvotes: 2