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

Re: [PATCH] Issue 1627: Create subversion DLLs on Windows

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-12-18 17:47:51 CET

On Mon, Dec 18, 2006 at 06:02:18PM +0200, Vlad Georgescu wrote:
> Good idea. I've added stubs like this to libsvn_ra/ra_loader.c, one
> for each RA library:
>
> #ifndef SVN_LIBSVN_CLIENT_LINKS_RA_FOO
> svn_error_t *
> svn_ra_foo_init(int abi_version,
> apr_pool_t *pool,
> apr_hash_t *hash)
> {
> return svn_error_create(SVN_ERR_RA_NOT_IMPLEMENTED, NULL, NULL);
> }
> #endif
>
> I attached the updated log message and patch.
>

Unless anyone objects to that change, I think that's something that can
go in separately, as it's really orthogonal to the DLL patch. Max and I
discussed adding stubs in the past, but neither of us got around to it.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Mon Dec 18 17:48:57 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.