Re: CVS update: subversion/subversion/include svn_ra.h
From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-01 02:23:54 CET
On Thu, Nov 30, 2000 at 07:25:55PM -0000, sussman@tigris.org wrote:
These should be "const char *". Nobody is going to do any string
static const svn_ra_plugin_t plugin = {
> + apr_dso_handle_t *my_dso; /* handle on the actual library loaded */
By putting this in here, we toss out the option of using "const" in the
Within libsvn_client, you can have a hash that maps NAME to { DSO,
>...
Why can't the RA layer send a version number, fetch an update if necessary,
>...
I think this would be a hash table.
>...
I believe it is possible to use a "static const" structure rather than an
>...
I'll start tweaking ra_dav to this latest rev.
Cheers,
-- Greg Stein, http://www.lyra.org/Received on Sat Oct 21 14:36:15 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.