On Wed, Aug 7, 2013 at 11:02 AM, Daniel Shahaf <danie...@elego.de> wrote:

> > The patch needs to #include libsvn_subr/config_impl.h
> > in order to gain access to svn_config_t.pool:
> > the cache (apr_hash_t itself, keys and values) must be allocated from
> > the same pool as svn_config_t so that they have the same lifespan.
>
> Sorry, you can't do that.  libsvn_repos may not rely on implementation
> details of libsvn_subr.  However, you create the svn_config_t structure,
> so you know its lifetime; just pass the same pool around (probably in
> the baton).


I'll look into that.

Cheers, Roderich

Reply via email to