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

Re: svn log --diff --depth=empty

From: Joel N. Weber II <jw-svn-2011_at_joelweber.com>
Date: Sun, 15 May 2011 20:45:15 -0400

> > Would it be possible for svn log --diff to accept the same --depth
> > argument that svn diff does? An svn client I built from trunk last
> > week does not recognize --depth in conjuction with svn log --diff
>
> It now does as of r1100830. Let me know if it works as expected.
> Thanks for the suggestion!

Thanks, this does work the way I expected.

The svn help log output includes the following fragment; it might be
good for the --depth help text to explicitly explain that it only
affects --diff output, and requires the --diff option, and it might be
best to list --depth after --diff.

  --depth ARG : limit operation by depth ARG ('empty', 'files',
                             'immediates', or 'infinity')
  --diff : produce diff output
  --diff-cmd ARG : use ARG as diff command
Received on 2011-05-16 03:46:27 CEST

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

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