On Mon, Jan 10, 2022 at 6:44 AM <s...@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