[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: Stefan Sperling <stsp_at_apache.org>
Date: Thu, 27 Feb 2014 13:19:18 +0100

On Wed, Feb 26, 2014 at 11:28:31PM +0000, Daniel Shahaf wrote:
> 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").

Thanks for the hint. I'll take a look at that.
Received on 2014-02-27 13:20:10 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.