[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Issue 2607: svn keeps rewriting .svn/entries for committed items once for each item

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-09-12 00:04:20 CEST

"Erik Huelsmann" <ehuels@gmail.com> writes:

> Given that I found 1-item logs to be between 190 and 230 bytes, a
> post-commit of 50.000 items would require a log file of 10 MB. That
> justifies the 1-logfile-per-target approach (since we can't append
> logfiles).

I think you have neglected the need to grow the stringbuf in the
absence of realloc for pool memory, so more like 20MB. That's still
not a huge amount, but it's increasing faster than linear.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 12 00:04:50 2006

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.