Re: svn commit: r12063 - in trunk/subversion: libsvn_ra_svn svnserve
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-11-29 17:55:59 CET
On Mon, 2004-11-29 at 11:21, kfogel@collab.net wrote:
> Just curious: why is it better to use entry->pool here instead of
It's not; "pool" would have been better.
> The lack of internal interface documentation in libsvn_ra_svn makes it
pool lives for the lifetime of the function call and any object it
This is true of essentially every function we have which takes a pool,
> In the first case, in editor.c, the next call, to
Both should be using pool. The only reason to use entry->pool is if
The discrepancy is because editorp.c (the code which normally gets used)
---------------------------------------------------------------------
|
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.