Re: Breaking up a monolothic repository
From: Trent W. Buck <trentbuck_at_gmail.com>
Date: Tue, 10 Sep 2013 10:49:13 +1000
Thorsten Schöning <tschoening_at_am-soft.de> writes:
> Tell us about the size of your repo
(Sorry for not giving this info earlier, and shifting the goal posts --
du reports it is 18GiB. The current revno is 16115.
$ grep . /home/svn/PI/{format,db/fs-type,db/format}
As to what kind of files are in there -- I'm not actually sure.
$ svn ls -R file:///home/svn/PI | wc -l
And looking at the most common extensions:
$ svn ls -R file:///home/svn/PI | sed -n 's/.*\.//p' |
Obviously that's not weighted by size, and completely ignores anything
* * *
It's currently hosted on an Ubuntu 10.04 server, so my server svn is
subversion 1.6.6dfsg-2ubuntu1.3
I believe some of the users have svn 1.7 on their desktops, but not all.
I'm partway through provisioning the replacement Debian 7 server, which
subversion 1.6.17dfsg-4+deb7u3
...hm, still 1.6. Is it worth me backporting a newer svn?
|
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.