Re: svn commit: r889320 - in /subversion/trunk/subversion/libsvn_fs_base: obliterate.c obliterate.h revs-txns.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 11 Dec 2009 10:27:57 +0000
Julian Foad <julianfoad_at_btopenworld.com> writes:
>> > + if (strcmp(svn_fs_base__id_txn_id(old_id), old_txn_id) != 0)
Looks like there is a similar problem further on in the same function:
/* Make a deep copy of the child node-rev. */
Should that be pasing result_pool as the second pool?
/* Make the (new) parent node's rep refer to this new child. */
Should that pass result_pool rather than scratch pool?
-- PhilipReceived on 2009-12-11 11:29:02 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.