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

Re: Problem with svn_wc_process_committed

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-12 21:10:41 CEST

Philip Martin <philip@codematters.co.uk> writes:
> Compare
>
> svn_error_t *
> svn_wc_adm_open (svn_wc_adm_access_t **adm_access,
> svn_wc_adm_access_t *parent_access,
> ...);
>
> with the current pool code
>
> apr_pool_t *
> svn_pool_create (apr_pool_t *pool);
>
> The pool case could be recast as
>
> svn_error_t *
> svn_pool_create (apr_pool_t **sub_pool,
> apr_pool_t *pool);

Oh, I understand now, yes, quite agree.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 21:21:55 2002

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.