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 09:52:04 +0000
Gert Kello <gert.kello_at_gmail.com> writes:
> You are correct, there are 341378 entries in 1.9 file vs 499837 in 1.8
Check the index with:
sqlite3 db/rep-cache.db "pragma integrity_check"
Compare the ordered list:
sqlite3 db/rep-cache.db "select hash,revision from rep_cache order by revision"
with the 1.8 list and you may be able to identify which revisions are
-- Philip Martin WANdiscoReceived on 2016-01-29 10:52:19 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.