On Fri, Jun 13, 2014 at 9:28 AM, Richard Jelinek <r...@petamem.com> wrote: > Hi, > > when I try to cp or mv a directory within a repository, I get (after > several seconds of waiting with no cpu/disk activity) the following > error. > > > > rj@sol$ svn cp .test_equ_simple/ /opt/PetaMem/PMLS/active/data/lexica/c/e/s/ > svn: E200033: Another process is blocking the working copy database, > or the underlying filesystem does not support file locking; if the > working copy is on a network filesystem, make sure file locking has > been enabled on the file server > svn: E200033: sqlite[S5]: database is locked > svn: E200033: Additional errors: > svn: E200033: sqlite[S5]: database is locked > > > the sandbox is then in a "L" state and has to be "svn cleanup"ed > > a simple cp, with subsequent svn add for the target (instead of svn > cp) and eventually svn del in the source (instead of svn mv) works, > but this workaround seems like subversion 1.2 - or worse.
Does anything in the error message pertain to your setup? IOW, do you have other processes running that may be locking the file (antivirus is notorious for this)? Is it a local filesystem, or mounted from the network? If local, what filesystem are you using? If it's on the network, have you taken the step suggested by the message?