[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: Branko Čibej <brane_at_xbc.nu>
Date: 2005-10-01 13:00:42 CEST

Max Bowsher wrote:

> 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.

Yes, I figured as much after I posted this patch. Ah, well. It would be
really nice if we could do something like this for the bindings...

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 1 13:03:54 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.