Re: svn commit: r1405441 - /subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db_pristine.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 05 Nov 2012 12:14:00 +0000
ashod_at_apache.org writes:
> Author: ashod
> +/* Compress a complete file into a stringbuf. */
Try to avoid using "pool" in new code. Use "scratch_pool" if the pool
In this case you probably want two pools: scratch_pool and result_pool.
> +{
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2012-11-05 13:14:45 CET |
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.