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

Re: obliterate

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-08 17:55:14 CEST

Davy Durham <pubaddr2@davyandbeth.com> writes:

> good to know.. But I just don't know why the repo dir grew by more
> than a meg when I checked in a 500k exe..

It's the way BDB works, it writes everything to temporary log files as
well as to the database files. The log files eventually become
"complete" at which stage they can be backed-up and/or removed, and if
you set DB_LOG_AUTOREMOVE removal happens automatically. Commits that
cause logfiles to get removed might cause the repository to shrink, so
the average increase for lots of commits is likely to be smaller than
the increase you observed.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 17:56:47 2005

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.