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

Re: working copy on NFS

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-11-24 03:30:58 CET

On Wed, 2005-11-23 at 17:13 +0100, Vincent Lefevre wrote:
> On 2005-11-23 15:30:19 +0100, Daniel Drotos wrote:
> > The book mentions that the repository should be created on a local
> > filesystem.
>
> Is it also true for FSFS?
>
> > What about the working copy?
>
> No problem, except for the well-known problems of NFS.
>

Actually, we explicitly say it work in the FAQ:
"
Working copies can be stored on NFS (one common scenario is when your
home directory is on a NFS server). On Linux NFS servers, due to the
volume of renames used internally in Subversion when checking out files,
some users have reported that 'subtree checking' should be disabled
(it's enabled by default). Please see NFS Howto Server Guide and
exports(5) for more information on how to disable subtree checking.
"

And on IRC, it has been used as a reason why we do locking the way we
do.
So if it doesn't actually work to store a working copy on NFS, we
should either

1. Fix it

or

2. Use real locks, and stop claiming storing working copy works on NFS
on nfs implementations where locking doesn't work.

(I actually think #2 is the better solution, because i think that we
shouldn't work around everybody elses bugs, particularly when it causes
large performance loss for us)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 24 03:33:39 2005

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.