Re: svn commit: rev 5119 - in trunk/subversion: svnadmin include libsvn_fs tests tests/libsvn_fs tests/clients/cmdline/svntest libsvn_repos
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-27 04:30:09 CET
Ben Collins-Sussman <sussman@collab.net> writes:
> Rather than propogate every single provider's baton down into various
I think I get it now.
> Here's my only argument for using a hash instead of a structure:
It's not the choice I would have made. The core svn code knows about
Now that I think about it, there is very little to choose between the
#define SVN_AUTH_PARAM_FOO SVN_AUTH_PARAM_PREFIX "foo"
with
void svn_auth_param_set_foo(apr_hash_t *hash, const char *);
Then it's a small step to
typedef struct svn_auth_parameters_t svn_auth_parameters_t;
void svn_auth_param_set_foo(svn_auth_parameters_t *params, const char *);
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Feb 27 04:30:49 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.