Ethereal-dev: Re: [Ethereal-dev] svn diff

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Wed, 05 Jan 2005 15:57:32 +0100
"Guy Harris" wrote:

Unfortunately, what he might have *meant* to say is "The built-in diff
tool doesn't accept '-b' or '-w' options to ignore whitespace changes".

Right.

"To always use external diff, you can put the following in your
~/.subversion/config file:

Which on Windows is %APPDATA\Subversion\config. Putting a
 [helpers]
 diff-cmd = g:\MingW32\bin\diff.exe

in it and using "svn diff -x -uw file" works as I wanted.

--gv