Re: svn_client_init_ra_libs()
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-09 13:43:58 CET
On Thu, Mar 08, 2001 at 03:40:09PM -0600, Ben Collins-Sussman wrote:
gjs or gstein :-) ... although, the context of the topic, would probably
> We need the ability to fetch a hash full of available RA vtables. The
Expose the hash of them? Or return the ra_plugin used for a specific URL? We
> I discovered your implementation of svn_client_init_ra_libs() -- which
Euh, no it doesn't :-)
If the ra_libraries[] global has initializer functions already in it, then
> We need to expand the abilities of this routine. It needs to return a
It does, although the hash is hidden within the baton. It works for all
1) if DSO loading is available AND --enable-shared was passed to configure
2) if DSO loading is available AND --disable-shared was passed, THEN use
3) if DSO loading is NOT available, THEN use static linking
There is a fourth case, which we do not support at this time:
4) if DSO loading is available AND --enable-shared was passed, THEN use
So... I'm a bit unclear on the API changes that you'd like to see. We
Cheers,
-- Greg Stein, http://www.lyra.org/Received on Sat Oct 21 14:36:25 2006 |
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.