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

Re: Experience with FSFS repository

From: Martin Tomes <lists_at_tomes.org>
Date: 2004-09-17 10:35:45 CEST

Greg Goodrich wrote:
> Scott Palmer wrote:
>
>> I was just reading through the 1.1 release notes and the blurb about
>> the pros and cons of 'fsfs'. It seems that at least for my purposes
>> 'fsfs' is superior. I know the others in my office would not tolerate
>> a database that would need to be un-wedged every so often.

We use BDB and it has *never* got wedged and there is little reason why it should if you set up the
server correctly.

If you use one access method to the repository (Apache, or svnserve) and always run maintenance
commands as the user that server runs as you won't wedge your repository.

I know BDB isn't perfect, and it is easy to do something which wedges it, but follow the above rules
and you should have no problem. The book does spell out how to avoid BDB problems, see
http://svnbook.red-bean.com/svnbook-1.0/svn-book.html#svn-ch-6-sect-5

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 10:36:33 2004

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.