开发者

Which subversion file system to use on CentOS5?

I can either use Berkeley DB or FSFS, which one shou开发者_JAVA百科ld I use? I'll also be using the repositries on my windows XP machine with TortoiseSVN


FSFS is the "new better" file system for SVN. DBD was the original file system, but FSFS was devloped for a reason and is now the default file system for SVN.

FSFS is more stable, more backup friendly and has been around for a while to be considered stable and mature.
Read the link in Archimedix answer for an official comparison.


FSFS is generally considered to be the most stable backend.

FSFS is also well-defined by subversion, so every client can use it. I've had many problems when accessing a BDB after upgrading the berkley library, so I would stay clear of that.

In any case: set up your server so it exports the subversion database using apache, this abstracts the used backend so your clients will never need to access the files directly


Unless you have particular reasons to use BDB, use FSFS.

In my experience, BDB tends to corrupt sometimes and then needs repair... I've never had any corruption with FSFS though.

Also, check out this link: http://svnbook.red-bean.com/nightly/en/svn.reposadmin.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜