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

Fail to store repository on NFS

From: OnMyWay <onmyway.q_at_gmail.com>
Date: Mon, 5 May 2008 19:02:12 +0800

Hi all:

   I want to store the repository on a NFS storage allocation but it
fail. If I copy the repository to the local file system it runs
smoothly. What's go on?

==cut=
[Error]
[Sat May 03 21:47:45 2008] [error] [client 192.168.1.12] Could not
create activity /redhill/!svn/act
/091ef555-733a-e942-86d9-8b1fcd13caa2. [500, #0]
[Sat May 03 21:47:45 2008] [error] [client 192.168.1.12] could not
open dbm files. [500, #11]
[Sat May 03 21:47:45 2008] [error] [client 192.168.1.12] Can't open
activity db: Resource temporaril
y unavailable [500, #11]

[FAQ] on http://subversion.tigris.org/faq.html
If you are using the FSFS repository back end, then storing the
repository on a modern NFS server (i.e., one that supports locking)
should be fine.

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.

[Server Information]
Linux svn_vms 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006
i686 athlon i386 GNU/Linux
Subversion version 1.4.6 (r28521).
[root_at_svn_vms bin]# ./httpd -v
Server version: Apache/2.2.8 (Unix)
==cut==

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-05 13:03:53 CEST

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.