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

Re: svn commit: r943445 - in /subversion/trunk/subversion: svn/cl.h svn/log-cmd.c svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 12 May 2010 13:24:40 +0200

On Wed, May 12, 2010 at 10:59:28AM -0000, stsp_at_apache.org wrote:
> Author: stsp
> Date: Wed May 12 10:59:27 2010
> New Revision: 943445
>
> URL: http://svn.apache.org/viewvc?rev=943445&view=rev
> Log:
> Add a new --show-diff option to svn log, fixing part of issue #2909.

> + SVN_ERR(svn_client_diff5(diff_options,
> + lb->target_url,
> + &start_revision,
> + lb->target_url,
> + &end_revision,
> + NULL,
> + svn_depth_infinity,
> + FALSE, /* ignore ancestry */
> + TRUE, /* no diff deleted */
> + FALSE, /* show copies as adds */
> + FALSE, /* ignore content type */

BTW, I deliberately hard-coded the above options in the initial
implementation. We could decide to leave it like this, given
that svn log is not the primary tool to produce variants of diffs.
I set these options with the goal of getting the shortest possible
diff shown, with the exception of ignore_ancestry.

Stefan
Received on 2010-05-12 13:25:18 CEST

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.