Celso Tadao Suzuki <celso.suz...@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@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