Re: 1.7.1: E200033: database is locked, executing statement 'RELEASE s0'
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 01 Nov 2011 14:12:27 +0200
"database is locked" is the error SQLite would give when it tries to write to a database (.svn/wc.db) on which some other process already has a write-lock. The SQLite documentation:
http://www.sqlite.org/atomiccommit.html
states SQLite relies on POSIX advisory locks. Do those locks (fcntl() locks, if I read the source correctly) work correctly in your environment?
On Tuesday, November 01, 2011 11:11 AM, "Neil Bird" <neil_at_jibbyjobby.co.uk> wrote:
|
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.