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

Re: NFS file system

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2004-07-01 12:21:01 CEST

> I found this on http://nfs.sourceforge.net/
> # NFS V2 and V3 work with locking on both client and server.
> The locking policies of the nfs filesystem is available however I do not
> know at what level it is efficent.

NFS does support locking, although I doubt it works well, at least not
in all cases (in my experience NFS locking didn't work reliably some
years ago on some systems including Solaris).

In any case the Berkeley DB used by Subversion does not support shared
file systems:
        http://www.sleepycat.com/docs/ref/env/remote.html
You really shouldn't use NFS. If you do, your repository will get corrupted:
        http://subversion.tigris.org/project_faq.html#nfs

Dimitri

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 1 12:23:38 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.