Jennifer Bevan <jen@bounce.alouysius.net> writes:
> My two cents are that (as Ben helped me find out), I already have
> to call apr_initialize() before doing anything with pools, I
> need to call svn_create_pool() in order to do pretty much anything
> else, and apparently I have to call svn_config_ensure() as well.
> A nice "svn_client_init()" would be really nice from my point of
> view -- especially as I am just learning the subversion vocabulary.
> Perhaps something along the lines of an "apr_pool_t *svn_client_init()"
> that would call all of those nice setup functions for me in one
> fell swoop? Ben's right -- Imitation is the best way to get something
> working, but the subversion initialization has at least three
> methods that might be wrapped up just for user friendliness' sake.
I haven't personally examined the requirements of getting a client
binary into a useful state, but if your evaluation is correct in that
these three functions are required by *all* clients, +1 on the
svn_client_init() function.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 5 15:37:37 2002