Re: working copy on NFS

Daniel Berlin <[email protected]> Thu, 15 Dec 2005 09:31:52 -0500
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <1134657112.23208.2.camel__16692.1230884784$1134658200$gmane$org@linux.site>
On Thu, 2005-12-15 at 08:27 -0600, Ben Collins-Sussman wrote:
> Right.  There are a lot of lousy NFS implementations out there, and a
> lot of good ones too.  And some admins know how to properly administer
> 'statd' and 'lockd', and some don't.  If those daemons are working
> properly, it actually allows filesystem locking to work ok.  (I'm
> running a working copy on NFS with no problems.)
> 

But we use magic lock files specifically so nfs locking doesn't have to
work.

If we are going to rely on NFS locking working, why aren't we just using
apr_file_lock?

--Dan