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

Re: svn log -c broken?

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Fri, 30 May 2008 15:50:08 +0200

2008-05-30 15:23:34 Stefan Sperling napisaƂ(a):
> On Fri, May 30, 2008 at 04:16:44PM +0300, Daniel Shahaf wrote:
> > % svn h diff | grep change
> > -c [--change] ARG : the change made by revision ARG (like -r ARG-1:ARG)
> > % svn h merge | grep change
> > -c [--change] ARG : the change made by revision ARG (like -r ARG-1:ARG)
> > % svn h log | grep change
> > -c [--change] ARG : the change made by ARG
> >
> > I think we can just un-special-case 'svn log' here.
>
> +1

Fixed in r31533.

Please note that `svn diff -cX` == `svn diff -rX-1:X`, but `svn log -cX` == `svn log -rX`.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-05-30 15:54:38 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.