On Wed, May 25, 2011 at 15:33, <cmpil...@apache.org> wrote: >... > + /* A mapping of svn_revnum_t * dump stream revisions to their > + corresponding svn_revnum_t * target repository revisions. */ > + apr_hash_t *rev_map;
How big can this grow? ie. what happens when there are several million revisions. Cheers, -g