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

Re: Re: Subversion in Cluster mode tips?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-05 00:27:35 CEST

On 10/4/06, Edelson, Justin <Justin.Edelson@mtvn.com> wrote:
> > Now what about a FSFS power repository? You can install it on a NFS,
> > but the svn book says you shouldn't.
> Where does it say that? All I see is "better yet, set up a real server
> process..." (in the warning note about not using BDB on NFS). But this
> is a far cry from telling you that you shouldn't do use FSFS on an NFS
> mount.

Assuming an NFS server and client implementation that work properly
(i.e. fcntl/flock style locking actually works) a FSFS repository
should work just fine on NFS.

The only remaining issue that might cause trouble that I'm aware of is
the DAV activities database, which lives in the dav/ subdir of the
repository and is only used under mod_dav_svn. Depending on the DBM
back end that APR was built with you could have trouble there.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 5 00:28:17 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.