Re: Svn 1.9 repository 20% bigger than svn 1.8 repository
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 29 Jan 2016 00:40:40 +0000
Gert Kello <gert.kello_at_gmail.com> writes:
> rep-cache.db files are different, 39.7 MB in 1.9 and 58.4 MB in 1.8
The rep-cache is an SQLite file that contains a map of checksums to
You can see how many entries there are with:
sqlite3 repo/db/rep-cache.db "select count(*) from rep_cache order"
You can see the entries with:
sqlite3 repo/db/rep-cache.db "select hash,revision from rep_cache order by revision"
I suspect 1.9 will show fewer entries, or many refuse to return any
-- Philip Martin WANdiscoReceived on 2016-01-29 01:40:47 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.