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

Re: huge db/strings dissapearing after dump/load : Was: Clean out large file

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-19 17:08:30 CET

On Jan 18, 2005, at 1:43 PM, Reinhard Brandstädter wrote:
>
> subversion@turtle ~/etl_ci-save $ du . -h --max-depth=1
> 609M ./etl_ci-89
> 7.9M ./etl_ci-load
> 628M
>
> Well thats about factor 100 smaller than before ;-)
>
>

If you're using db4.0 or 4.1, then you're responsible for cleaning up
unused journals (logfiles). Run

    'svnadmin list-unused-dblogs etl_ci-89'

Anything it prints can be deleted:

    'svnadmin list-unused-dblogs etl_ci-89 | xargs rm'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 19 17:11:57 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.