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

Re: [Patch] Set wc admin dir name in bindings [Was: Fix position of apr_initialize() in Python bindings]

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-10-01 02:43:47 CEST

Branko Čibej wrote:
> Max's patch gave me an idea for implementing the svn_wc_set_adm_dir hack
> for all bindings libs. Can someone please review this and tell me if I'm
> completely insane?
>
> Index: svn_wc.i
> ===================================================================
> --- svn_wc.i (revision 16381)
> +++ svn_wc.i (working copy)
> @@ -296,3 +296,30 @@
> %}
>
> %include svn_wc_h.swg
> +
> +%init %{
> +#ifdef WIN32
...
> + apr_pool_t *pool = svn_pool_create(NULL);

Unfortunately, if someone does just "import svn.wc", then the wc initfunc
runs *before* the core initfunc, so apr is not initialized at this time.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 1 02:44:34 2005

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.