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

Re: Converting BDB to FSFS on NFS & linux

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-08-18 06:30:54 CEST

> svnadmin load /data/svn-nfs-repos/go-dev < go-dev.dmp
> svn: Error opening db lockfile
> svn: Can't get shared lock on file '/data/svn-nfs-repos/go-dev/locks/db.lock': No locks available

Although FSFS is designed to be less picky than BDB about the
underlying file store, it does require the ability to perform file
locking. That might change in the future, but for now it's a
requirement.

You didn't give much information about your NFS server platform (or
the client platform); if your server is the old user-space Linux NFS
server, I believe upgrading to the newer kernel nfsd might help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 06:31:49 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.