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

Re: CVS update: subversion/subversion/include svn_fs.h

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-09-12 02:12:59 CEST

On Mon, Sep 11, 2000 at 04:55:16PM -0700, Brian Behlendorf wrote:
> On 11 Sep 2000, Karl Fogel wrote:
> > This post from Dan Wilder pretty much encapsulates what all the
> > anecdotes have in common:
> >
> > http://www.egroups.com/message/info-cvs/4888
>
> Where he says,
>
> We switched over to Linux servers (and desktops) a few
> years back, have been using CVS over NFS intensively those few years,
> have encountered NO file corruption.
>
> Cool. =)

Ah, but this is exactly the problem to watch out for. Linux especially.

Linux NFS support is generally around v2. Some of the distributions out
there have been putting the v3 support in, but the stock kernel is not there
yet.

I discovered this issue when a mod_dav users was trying to store their lock
database across an NFS mount. I used flock/fcntrl and it failed, and
somebody on the mod_dav list explained the issue.

We may be able to devise a test that people could run if they plan to set up
an NFS-based SVN system. The test could say "yes, the locks work properly,
so this is safe" or "this NFS setup is not functioning well enough to run
SVN across it."

*shrug*

It is a little ways off :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.