You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2003/02/04 22:55:30 UTC

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

On Tuesday, February 4, 2003, at 05:02 PM, sussman@tigris.org wrote:

> ======================================================================= 
> =======
> --- trunk/subversion/include/svn_client.h	(original)
> +++ trunk/subversion/include/svn_client.h	Tue Feb  4 16:02:38 2003
> @@ -113,6 +113,26 @@
>  } svn_client_auth_baton_t;
>
>
> +/* Set *PROVIDER and *PROVIDER_BATON to an authentication provider of
> + * type svn_auth_cred_simple_t that gets information by prompting the
> + * user with PROMPT_FUNC and PROMPT_BATON.  If either
> + * SVN_AUTH_PARAM_DEFAULT_USERNAME or SVN_AUTH_PARAME_DEFAULT_PASSWORD
> + * is defined as a runtime parameter in the auth_baton, then return
> + * the default argument(s) when svn_auth_first_credentials is called.
> + * If first_credentials() fails, then re-prompt RETRY_LIMIT number of
> + * times (via next_credentials()).  BASE_DIR is the top-most working
> + * copy directory into which successfully authenticated credentials
> + * will be cached.  It may be NULL where no working copy is available.
> + * BASE_ACCESS is the access baton associated with BASE_DIR. */
> +void
> +svn_client_get_simple_prompt_provider (const svn_auth_provider_t  
> **provider,
> +                                       void **provider_baton,
> +                                       svn_client_prompt_t  
> prompt_func,
> +                                       void *prompt_baton,
> +                                       int retry_limit,
> +                                       apr_pool_t *pool);
> +
> +

umh, doxygen comments?  this is a public header...

-garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Ben Collins-Sussman <su...@collab.net> writes:
> Sigh.  I simply cut and paste from client.h to svn_client.h.  I should
> have noticed.  :-(

Yah -- saw the commit mails immediately afterwards and realized what
had happened.

Did getting zotted hurt? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Ben Collins-Sussman <su...@collab.net>.
Branko Čibej <br...@xbc.nu> writes:

> Garrett Rooney wrote:
> 
> > umh, doxygen comments?  this is a public header...
> 
> 
> Garret, would you like to borrow my Staff of Zot? If I remember the
> manual correctly, it can be configured to send low-powered zots over e-mail.

Sigh.  I simply cut and paste from client.h to svn_client.h.  I should
have noticed.  :-(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Branko Čibej <br...@xbc.nu>.
Garrett Rooney wrote:

>
> On Tuesday, February 4, 2003, at 06:49 PM, Branko Čibej wrote:
>
>> Garrett Rooney wrote:
>>
>>> umh, doxygen comments?  this is a public header...
>>
>>
>>
>> Garret, would you like to borrow my Staff of Zot? If I remember the
>> manual correctly, it can be configured to send low-powered zots over
>> e-mail.
>
>
> thank you very much!
>
> after i zot ben for his doxygen infractions, i'll have to send you one
> for once again spelling my name with a single 't'...  i mean hell man,
> your email client managed to get it right, why can't you!
>
> :-P

Yes, I noticed that just after I sent it off... will administer a
low-powered zot to a not-too-sensitive limb.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Tuesday, February 4, 2003, at 06:49 PM, Branko Čibej wrote:

> Garrett Rooney wrote:
>
>> umh, doxygen comments?  this is a public header...
>
>
> Garret, would you like to borrow my Staff of Zot? If I remember the
> manual correctly, it can be configured to send low-powered zots over 
> e-mail.

thank you very much!

after i zot ben for his doxygen infractions, i'll have to send you one 
for once again spelling my name with a single 't'...  i mean hell man, 
your email client managed to get it right, why can't you!

:-P

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Branko Čibej <br...@xbc.nu>.
Garrett Rooney wrote:

> umh, doxygen comments?  this is a public header...


Garret, would you like to borrow my Staff of Zot? If I remember the
manual correctly, it can be configured to send low-powered zots over e-mail.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4732 - in trunk/subversion: include libsvn_client clients/cmdline libsvn_auth

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Garrett Rooney <ro...@electricjellyfish.net> writes:
> 
> umh, doxygen comments?  this is a public header...

+1 -- let's please not do "rough draft first, doxygenate later", it
only makes for spurious diffs later.  Doxygen the first time is just
as easy.  (Of course, it's also possible that Ben simply got trumped
by years of unconscious reflexes for the all-caps style -- happens to
me too occasionally).


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org