This is a discussion on Re: [kdvi] No module (application/x-dvi) found - KDE ; David Faure wrote: > On Tuesday 26 July 2005 14:24, Angus Leeming wrote: >> ps. I'm a svn newbie. Is there any way to tell "svn diff" to ignore >> whitespace changes in a file? The equivalent of "cvs diff ...
David Faure wrote:
> On Tuesday 26 July 2005 14:24, Angus Leeming wrote:
>> ps. I'm a svn newbie. Is there any way to tell "svn diff" to ignore
>> whitespace changes in a file? The equivalent of "cvs diff -Bbw
>> file.cpp". I have tried "svn help diff" but neither
>> $ svn diff -x "-Bbw"
>> $ svn diff --diff-cmd "diff -u -Bbw"
>> work.
> =
> BTW the answer to this is at
> http://developer.kde.org/documentati...aq.html#q1.5.2
Great! Thanks, David.
However, I'm surprised by the '$*'. With plain sh at least I need:
#! /bin/sh
exec /usr/bin/diff -b -u -p "$@"
Angus
=
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscrib=
e <<