I have a partial mirror of the ASF repo; just the Subversion part so the first
800,000 or so revisions are empty. Because of the way I created the repo the
early revisions don't have any content at all, typically:
svnrdump dump -r2 http://localhost:8080/repos/asf
SVN-fs-dump-format-version: 3
UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision-number: 2
Prop-content-length: 10
Content-length: 10
PROPS-END
* Dumped revision 2.
If I run svnrdump on this repository it leaks memory with ra_serf but not with
ra_neon. When I dump the first 50,000 revisions serf memory increases from
about 100MB to 500MB, neon stays at 102MB.