On Thu, May 23, 2013 at 3:01 PM, HOUDROGE Rami <rami.houdr...@thalesgroup.com> wrote: > > Hi, > > I am experiencing a problem that has been reported a couple of times accross > the web. > > 1. new file > 2. add file > 3. commit file > 4. lock file > 5. modify file > 6. commit file > > and that last commit fails with the following error : > > Cannot verify lock on path '...'; no matching lock-token available. > > > > I am certain no one stole the lock and I am also certain that, locally, only > one working copy has the lock. > > I found one possible explanation that doesn't help much actually. It says you > should compile the apache server with the option -enable-pie. > http://subversion.1072662.n5.nabble.com/Subversion-Llocked-file-could-not-able-to-commit-the-changes-td137837.html > > Has anyone experienced this ? Could anyone provide an explanation / solution > to this problem ?
A couple of questions: - Which version of SVN client? If not the latest 1.7.x release, can you try to reproduce with the latest one? - Does it also reproduce if you insert a 'svn update parent-dir' between steps 3 and 4? What about an 'svn update root-of-workingcopy'? (the last questions are not meant to challenge whether or not this is a bug, but to get a bit more insight into what might be happening) -- Johan