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

Re: NFS locking rep_cache.db

From: Chris Nagele <wildbit_at_gmail.com>
Date: Thu, 17 Sep 2009 16:10:17 -0400

Hi Hyrum,

> The rep_cache.db is just an sqlite database which makes checksums to
> representation ids so that they can be reused by the storage system.  It can
> safely be deleted, with the consequence that redundant data may be stored in
> the system.  I don't know why it would be causing problems, except for the
> fact that some open Subversion fs connection might be holding a handle to
> it.

We just finally figured it out. Our ruby bindings were touching the
repo right before the delete, so it locked the file.

Thanks for the help.

Chris

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2396187

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-17 22:12:03 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.