[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:14:51 +0200

2008-05-30 15:16:44 Daniel Shahaf napisał(a):
> Stefan Sperling wrote on Fri, 30 May 2008 at 15:14 +0200:
> > On Fri, May 30, 2008 at 02:41:17PM +0200, Arfrever Frehtes Taifersar Arahesis wrote:
> > > 2008-05-30 14:40:23 Jens Seidel napisał(a):
> > > > Hi,
> > > >
> > > > I tried again to check all my log comments and asked myself whether
> > > > Subversion supports an option to restrict requests to commits done
> > > > by special accounts.
> > > >
> > > > It seems svn log -c does it:
> > > > $ svn help log
> > > > ...
> > > > -c [--change] ARG : the change made by ARG
> > > > ...
> > > >
> > > > It doesn't work for me:
> > > > $ LANG=C svn log -c jensseidel
> > > > subversion/svn/main.c:1234: (apr_err=205000)
> > > > svn: Non-numeric change argument (jensseidel) given to -c
> > >
> > > svn log -c REVISION_NUMBER
> >
> > The help string could be better: "the change made in revision ARG"
> >
> > Stefan
> >
>
> % 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.

But it should be 'the change made by revision ARG', not 'the change made by revision ARG (like -r ARG-1:ARG)'.

-- 
Arfrever Frehtes Taifersar Arahesis

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