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

Re: --diff-cmd arguments

From: Olaf Dietsche <olaf+list.subversion-dev_at_olafdietsche.de>
Date: 2004-10-03 13:28:09 CEST

Chris Pepper <pepper@reppep.com> writes:

> The svn command doesn't used the supplied diff-cmd as
> provided, but appends " -u". This may be convenient for users
> who want unified diffs from the normal /usr/bin/diff, but is
> inappropriate when using something else, such as BBEdit's
> bbdiff command or sdiff, both of which choke on the
> unsupported -u argument.
[...]
> I was unsuccessful at finding the -u option in the svn source,
> but did find mentions in the 1.0 & 1.1 online documentation of
> an --extensions option, which doesn't appear to do anything in
> 1.0.8 on Mac OS X (built via fink) or FreeBSD 5.3BETA (built
> from ports).

With CVS you can give default arguments in .cvsrc, like:

$ cat .cvsrc
diff -u
$

Maybe it's in your environment or in $HOME/.subversion/config?

Regards, Olaf.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 3 13:28:33 2004

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.