Can you install SVN on the NAS? I'm running a QNAP NAS at home with subversion
on it.
Just an idea.
From: David White [mailto:dwr...@gmail.com]
Sent: Wednesday, August 03, 2011 7:56 AM
To: users@subversion.apache.org
Subject: Proactive Question on setting up SVN repo
We have a Blade Center do
On Wed, Aug 03, 2011 at 07:56:15AM -0400, David White wrote:
> I have SVN 1.6.11 installed on a fresh install of CentOS 6 (on the Blade
> Center). I have mounted the NAS running NFS to be used as the repository
> storage location on /var/svn/. When I run "svnadmin create
> /var/svn/new-repo", it ha
That message probably comes from SQLite.
SQLite uses the same locks FSFS uses internally.
FSFS depends on locks to ensure consistency with multiple writers.
FSFS does not guarantee correctness without locks. (Concretely:
without locks, if you run 'svnadmin pack' twice concurrently, you can
lose