You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Nathan Hartman <ha...@gmail.com> on 2022/01/11 05:22:38 UTC

Re: svn commit: r1896877 - /subversion/trunk/subversion/svnadmin/svnadmin.c

On Mon, Jan 10, 2022 at 6:44 AM <st...@apache.org> wrote:
>
> Author: stsp
> Date: Mon Jan 10 11:44:46 2022
> New Revision: 1896877
>
> URL: http://svn.apache.org/viewvc?rev=1896877&view=rev
> Log:
> Fix misleading -r option documentation for some svnadmin subcommands.
>
> The commands delrevprop, lstxns, rev-size, and setrevprop accept only
> a single revision number. However, the -r option help text implied
> that a revision range was accepted. Correct the -r option help text
> of aforementioned commands.

The log message contains an error: the corrected commands are:
delrevprop, rev-size, setlog, setrevprop

The help text of 'svnadmin lstxns' is correct and is unchanged.

Cheers,
Nathan

Re: svn commit: r1896877 - /subversion/trunk/subversion/svnadmin/svnadmin.c

Posted by Stefan Sperling <st...@elego.de>.
On Tue, Jan 11, 2022 at 12:22:38AM -0500, Nathan Hartman wrote:
> On Mon, Jan 10, 2022 at 6:44 AM <st...@apache.org> wrote:
> >
> > Author: stsp
> > Date: Mon Jan 10 11:44:46 2022
> > New Revision: 1896877
> >
> > URL: http://svn.apache.org/viewvc?rev=1896877&view=rev
> > Log:
> > Fix misleading -r option documentation for some svnadmin subcommands.
> >
> > The commands delrevprop, lstxns, rev-size, and setrevprop accept only
> > a single revision number. However, the -r option help text implied
> > that a revision range was accepted. Correct the -r option help text
> > of aforementioned commands.
> 
> The log message contains an error: the corrected commands are:
> delrevprop, rev-size, setlog, setrevprop
> 
> The help text of 'svnadmin lstxns' is correct and is unchanged.
> 
> Cheers,
> Nathan
> 

Thank you for pointing this out! Fixed now by replacing all occurrences
of lstxns with setlog.

Re: svn commit: r1896877 - /subversion/trunk/subversion/svnadmin/svnadmin.c

Posted by Stefan Sperling <st...@elego.de>.
On Tue, Jan 11, 2022 at 12:22:38AM -0500, Nathan Hartman wrote:
> On Mon, Jan 10, 2022 at 6:44 AM <st...@apache.org> wrote:
> >
> > Author: stsp
> > Date: Mon Jan 10 11:44:46 2022
> > New Revision: 1896877
> >
> > URL: http://svn.apache.org/viewvc?rev=1896877&view=rev
> > Log:
> > Fix misleading -r option documentation for some svnadmin subcommands.
> >
> > The commands delrevprop, lstxns, rev-size, and setrevprop accept only
> > a single revision number. However, the -r option help text implied
> > that a revision range was accepted. Correct the -r option help text
> > of aforementioned commands.
> 
> The log message contains an error: the corrected commands are:
> delrevprop, rev-size, setlog, setrevprop
> 
> The help text of 'svnadmin lstxns' is correct and is unchanged.
> 
> Cheers,
> Nathan
> 

Thank you for pointing this out! Fixed now by replacing all occurrences
of lstxns with setlog.