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

Re: short alias for --force-internal-diff?

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 28 May 2010 15:53:52 +0200

On Fri, May 28, 2010 at 03:30:40PM +0200, Stefan Küng wrote:
> I don't understand why this option is necessary for 'svn log'?
> Where does 'svn log' do a diff?

It does now, in trunk, as of a few days ago.

$ svn help log
[...]
  --show-diff : produce diff output
                             [alias: --diff]
[...]

This option makes svn log show the committed diff beneath the log message.
It's a CLI-client only feature, there is no separate API for this.
The client simply calls svn_client_diff5() while producing log output.

Stefan
Received on 2010-05-28 15:54:35 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.