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

svn diff -x -b

From: Seth Arnold <sarnold_at_immunix.com>
Date: 2005-05-27 23:47:11 CEST

Hello; I find it a bit unfortunate that svn diff doesn't understand -b
(ignore whitespace) by default. It seems further unfortunate that in
order to pass -b to diff, one must change from:
  svn diff foo bar
to:
  svn diff --diff-cmd diff -x -ub foo bar

Yes, it works, but it's annoying. :) Anyway, it'd be keen if the built-in
differ could grok a larger subset of GNU diff's options, such as -b
(ignore whitespace) and -p (show C function).

Thanks :)

  • application/pgp-signature attachment: stored
Received on Sat May 28 00:05:26 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.