[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1572105 - in /subversion/trunk/subversion: svn/auth-cmd.c svn/cl.h svn/svn.c tests/cmdline/getopt_tests_data/svn--help_stdout tests/cmdline/getopt_tests_data/svn_help_stdout

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 26 Feb 2014 23:28:31 +0000

stsp_at_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").
Received on 2014-02-27 00:29:17 CET

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.