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

Re: How big can a repository get?

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Mon, 01 Dec 2008 14:47:32 -0600

kmradke_at_rockwellcollins.com wrote:
> "Phil Labonte" <philfromwork_at_gmail.com> wrote on 12/01/2008 02:18:36 PM:
>
>> I have a 30GB repository with version 1.4.
>>
>> What is the size limit before I should worry?
>
> Our largest is 112G. If you are using FSFS, the biggest
> limitation is probably the file system (individual
> revision size and number of revisions, since they
> are mapped to individual files in the file system.)

FSFS packing (just merged to trunk today, and now due in 1.6) will help solve
this problem by squashing completed shards into a single file, rather than
individual ones.

-Hyrum

Received on 2008-12-01 21:48:00 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.