Re: svn diff and white space
From: Martin Fuchs <martin-fuchs_at_gmx.net>
Date: 2005-01-06 20:55:07 CET
Hello David,
> Not built-in. But svn diff lets you use an external diff program.
> svn diff --diff-cmd /usr/bin/diff -x -w
> If you don't already have a diff program, GNU diff is good, free, and
OK, thanks.
@svn diff --diff-cmd diff -x -uw %*
For Unix a shell script does the work:
svn diff --diff-cmd diff -x -uw $*
Regards,
Martin
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.