[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
> portable.

OK, thanks.
I am now using a batch file "svndiff" with this command:

@svn diff --diff-cmd diff -x -uw %*

For Unix a shell script does the work:

svn diff --diff-cmd diff -x -uw $*

Regards,

  Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 20:59:35 2005

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.