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

Re: svnadmin load doesn't checkpoint db

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-22 01:00:01 CET

Blair Zajac <blair@orcaware.com> writes:

> After loading a repository, I think the database should be
> checkpointed so that the old logs can be removed. However,
> this doesn't appear to be the case.

Subversion never forces a checkpoint explicitly, but after every
commit it asks for a checkpoint to occur if either sufficient time has
passed since the last checkpoint, or sufficient log data has been
written (I think the magic numbers are 5 minutes and 1MB). I guess
your repository is too small to trigger these limits.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 22 01:00:56 2003

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.