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

Re: When use a repository with FSFS or BDB

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-07-17 11:47:13 CEST

Zeta <maria.canahua <at> gmail.com> writes:

> I'm newbie, please could anyone explain this?
> In what cases a repository should use a FSFS or an BDB.
> I plain use SVN1.2.0 on Windows Thanks a lot

I use win32 client and server (get the TortoiseSVN client, it's great).

Use fsfs - it's simpler, faster and more reliable. The only issues are with very
big repositories, when you have 10,000+ revisions (and hence 20,000+ small
files). This could cause problems on NTFS. Maybe by that time someone will have
changed fsfs to merge groups of old revisions into a single, larger file.

Choose fsfs - if you need to change later it's easy. Just dump, create a new bdb
repository, and reload.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 17 11:49:07 2005

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.