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

RE: svn commit: rev 4998 - trunk/doc/book/book

From: Sander Striker <striker_at_apache.org>
Date: 2003-02-20 23:37:27 CET

> From: fitz@tigris.org [mailto:fitz@tigris.org]
> Sent: Thursday, February 20, 2003 10:58 PM

> $ svn -v status
> @@ -89,14 +91,14 @@
> <term><option>--extensions</option><replaceable>"ARGS"</replaceable></term>
> <listitem>
> <para>Specifies an argument or arguments that Subversion
> - should pass to GNU diff when providing diffs. Note
> - that if you wish to pass multiple arguments, you must
> - enclose all of them in quotes. For example,
> - <command>svn diff -x "-b -E"</command>. Note also
> - that Subversion will display unified diffs by default,
> - so if you want default diff output, you can pass the
> - <option>--normal</option> switch to diff
> - (e.g. <command>svn diff -x "--normal"</command>.
> + should pass to GNU diff when providing diffs. If you
> + wish to pass multiple arguments, you must enclose all of
> + them in quotes (for example, <command>svn diff -x "-b
> + -E"</command>). In addition, Subversion will display
> + unified diffs by default, so if you want default diff
> + output, you can pass the <option>--normal</option>
> + switch to diff (e.g. <command>svn diff -x
> + "--normal"</command>.
> </para>

Err, no, this doesn't work anymore. svn diff -x 'blah' just drops the -x 'blah'
part. svn diff --diff-cmd /usr/bin/diff -x 'blah' on the other hand... ;) :)

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 20 23:38:10 2003

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.