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

Re: Size of wc.db

From: Ross Lagerwall <rosslagerwall_at_gmail.com>
Date: Mon, 3 Dec 2012 11:44:54 +0000

On Mon, Dec 03, 2012 at 11:31:53AM +0000, Philip Martin wrote:
> Ross Lagerwall <rosslagerwall_at_gmail.com> writes:
>
> > The resulting .svn dir is about 19000 files and 522MiB. However, wc.db
> > is 203MiB. This seems huge compared with the size of the checkout. Is
> > this normal? Is there any way to get this file to be smaller?
>
> Subversion doesn't enable auto_vacuum so run:
>
> sqlite3 .svn/wc.db "vacuum"
>
> http://sqlite.org/lang_vacuum.html
>

Thanks!

That reduced the size from 203MiB to 13MiB.

Ross
Received on 2012-12-03 12:45:31 CET

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.