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

Re: Problem with Fedora 18

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 21 Feb 2013 11:42:07 +0000

Celso Tadao Suzuki <celso.suzuki_at_digitro.com.br> writes:

> My directory is at a NFS FS so I could execute these test.
>
> Well, but even if I don't want to keep my work copy and get a new one on my directory the same error occurs ....
> why if there is no meta data ?
> *[celso_at_sfw06 tcf]$ cd ..
> [celso@sfw06 SVN]$ svn co http://pst.svn.digitro.com.br/easycall/tcf/trunk xx
> svn: E200033: database is locked, executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'*

So it looks like SQLite doesn't work on your NFS setup. What sort of
NFS server is it?

Do you have local installations of Subversion or SQLite? Are you using
the system binary and libraries? This will show you which command you
are running:

  type svn

and this will show you which libraries it uses:

  ldd /path/to/svn

Which version of SQLite is it using?

If you run

  strace svn upgrade

we should be able to see the system call that is failing, that might
give us more information.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-02-21 12:42:54 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.