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

Re: Problmes with Working Copy on NFS space (Solution!)

From: Achim D. Brucker <brucker_at_informatik.uni-freiburg.de>
Date: 2003-09-19 11:06:23 CEST

Hi,
after examining the problem carefully we found the solution
beeing easy and painless: the problem is related to the export
option no_subtree_check (on the NFS server),e.g. the manpage of
exports says:

| This option disables subtree checking, which has mild security
| implications, but can improve reliability is some circumstances.
...
| As a general guide, a home directory filesystem, which is
| normally exported at the root and may see lots of file renames,
| should be exported with subtree checking disabled. A filesystem
| which is mostly readonly, and at least doesn't see many file
| renames (e.g. /usr or /var) and for which subdirectories may be
| exported, should probably be exported with subtree checks enabled.

Disabling sub-tree checking for the file systems where we store our
working copies solved our problems.
Note, that by default subtree-checking is enabled!

Thus the quintessence out of this trouble is:

 Disable subtree checking on all NFS mounted file-systems where you
 store subversion working copyies.

Maybe this piece of information should be added to the trouble-shooting
section of the FAQ (together with: Don't put your repository on NFS
space!).

Achim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 19 11:07:07 2003

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.