Re: Size of wc.db
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 03 Dec 2012 11:31:53 +0000
Ross Lagerwall <rosslagerwall_at_gmail.com> writes:
> The resulting .svn dir is about 19000 files and 522MiB. However, wc.db
Subversion doesn't enable auto_vacuum so run:
sqlite3 .svn/wc.db "vacuum"
http://sqlite.org/lang_vacuum.html
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2012-12-03 12:32:32 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.