On Fri, Aug 19, 2011 at 16:33, Bert Huijben <[email protected]> wrote: >> -----Original Message----- >> From: Markus Schaber [mailto:[email protected]] >> Sent: vrijdag 19 augustus 2011 14:22 >> To: [email protected] >> Subject: svn upgrade fails with database table is locked >> >> Hi, >> >> I have a working copy which reliably fails to upgrade to SVN 1.7 format, >> using both the latest TortoiseSVN nightly build, and the Collabnet >> svn.exe for 1.7 beta 3. >> >> Upgraded '.' >> Upgraded 'Device' >> Upgraded 'Device\Plc Logic' >> Upgraded 'Device\Plc Logic\Application' >> Upgraded 'Device\Plc Logic\Application\Library Manager' >> svn: E200030: database table is locked >> svn: E200030: database table is locked: NODES >> We experienced similar issue with "database table is locked" message in VisualSVN and found that disabling SQLite shared cache fixes the problem. In our case problem was appearing when background thread running svn status on working copy and foreground thread performs read/write operations on the same working copy.
-- Ivan Zhakov

