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):
> > 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
Ah, yes, so it's the same argument as for diff. I suggest to change
the help message to "the change made in revision ARG" to avoid the
confusion.
Do you agree?
PS: Would it be useful to have an option "--changed-by" for svn log?
Currently I can easily filter the output but there are also Windows
guys without even the most elementary tools (such as grep, perl, ...) :-)
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-30 14:56:46 CEST