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

Re: Maximum repository size and reiserfs question

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-29 20:57:04 CEST

On Aug 29, 2006, at 18:59, Danny Sung wrote:

> I'm looking into converting our CVS repository to Subversion. But
> I was
> wondering, since subversion stores the repository in a single Berkeley
> DB file, whether there is any size limitation to a repository. Our
> current CVS repository is about 1 TB. I know subversion will be much
> more space efficient, but at these sizes, I'm a little concerned. I
> couldn't find any reference in the FAQ or Book on this subject.

That's with the BerkeleyDB (BDB) repository backend. The other choice
is the FSFS backend, which is the default as of Subversion 1.2.0.
FSFS stores each revision as a separate file.

> Also, I was wondering if anyone's used an SVN repository on ReiserFS.
> Are there any special issues or concerns with that? Is Reiser stable
> these days?

AFAIK, we used ReiserFS on our development server at my previous job,
where we hosted an FSFS-based Subversion repository. No problems so
far (~18 months).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 29 21:32:02 2006

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.