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

Re: [PATCH] implement --no-auth-cache (issue 720)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-15 21:19:54 CEST

mark benedetto king <bking@inquira.com> writes:

> If the "general" config file support included in my last patch were
> in, we could check to see if the user wanted --no-auth-cache all the
> time.

Yipee! I want this feature.

> Index: subversion/include/svn_client.h
> ===================================================================
> --- subversion/include/svn_client.h
> +++ subversion/include/svn_client.h Thu Aug 15 12:47:04 2002
> @@ -127,7 +127,11 @@
> void *prompt_baton;
>
> /* if it's ok to overwrite wc auth info */
> - svn_boolean_t overwrite;
> + enum {
> + svn_client_auth_info_write_false,
> + svn_client_auth_info_write_true,
> + svn_client_auth_info_write_never
> + } overwrite;

Please document what each state means/does. I can guess, but I
shouldn't have to...

>
> } svn_client_auth_baton_t;
>

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 15 21:20:31 2002

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.