Stefan Sperling wrote on Thu, Feb 27, 2014 at 13:19:18 +0100: > On Wed, Feb 26, 2014 at 11:28:31PM +0000, Daniel Shahaf wrote: > > s...@apache.org wrote on Wed, Feb 26, 2014 at 15:48:06 -0000: > > > Author: stsp > > > Date: Wed Feb 26 15:48:06 2014 > > > New Revision: 1572105 > > > > > > URL: http://svn.apache.org/r1572105 > > > Log: > > > Introduce 'svn auth', a subcommand for managing the authentication cache > > > which supersedes the 'svnauth' tool. > > > > > > @@ -279,7 +280,7 @@ const apr_getopt_option_t svn_cl__option > > > "ARG may be one of 'LF', 'CR', 'CRLF'")}, > > > {"limit", 'l', 1, N_("maximum number of log entries")}, > > > {"no-unlock", opt_no_unlock, 0, N_("don't unlock the targets")}, > > > - {"remove", opt_remove, 0, N_("remove changelist association")}, > > > + {"remove", opt_remove, 0, N_("remove changelist association or > > > auth credential")}, > > > > So now 'svn help changelist | grep -- --remove' speaks of auth > > credentials? > > > > Seems to me it would be better for the definition fo the "auth" command > > to override the help text of opt_remove (we have a facility for that > > used e.g. by "log -c"). > > Thanks for the hint. I'll take a look at that.
See svn.c@r1572540 lines 807--808.