Hide Whitespace Changes
Dec 16, 2013
1 min read
May 31, 2023 18:15 EEST
Do not show white space changes
Do not use the command svn diff, use instead:
svn diff --diff-cmd diff -x -uw
If you use emacs with module psvn, add the following lines:
(require 'psvn)
(setq svn-status-default-diff-arguments '("--diff-cmd" "diff" "-x" "-wbBu"))
Related Posts
Dec 16 | Create a new repository | 1 min read |
Dec 16 | Creating a branch | 1 min read |
Dec 16 | First checkout | 1 min read |
Dec 16 | Import data into the new repository | 1 min read |
Dec 16 | Move Repository to another Computer | 1 min read |