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

Re: svn commit: rev 7174 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_ra_dav

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-09-24 20:39:06 CEST

On Wed, Sep 24, 2003 at 12:01:30PM -0500, Ben Collins-Sussman wrote:
>...
> Yes, it's same thing that we do for 'simple' auth (username/password)
> in libsvn_client/providers.c:
>
> /* The keys that will be stored on disk */
> #define SVN_CLIENT__AUTHFILE_USERNAME_KEY "username"
> #define SVN_CLIENT__AUTHFILE_PASSWORD_KEY "password"
>...
> We already have these lines in libsvn_client/auth.c:
>
> /* The keys that will be stored on disk */
> #define SVN_CLIENT__AUTHFILE_ASCII_CERT_KEY "ascii_cert"
> #define SVN_CLIENT__AUTHFILE_FAILURES_KEY "failures"
>
>
> Perhaps all such macros should be moved into svn_auth.h instead?

No. Those are internal symbols. No reason to publish them.

Philip is just asking for similar commentary to be added to the *existing*
symbols in svn_auth.h which might get stored to disk (not sure which
offhand, though).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 24 20:50:01 2003

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.