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

Re: Svn 1.9 repository 20% bigger than svn 1.8 repository

From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 29 Jan 2016 00:41:41 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> You can see how many entries there are with:
>
> sqlite3 repo/db/rep-cache.db "select count(*) from rep_cache order"

That should be:

   sqlite3 repo/db/rep-cache.db "select count(*) from rep_cache"

-- 
Philip
Received on 2016-01-29 01:42:02 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.