On Fri, Apr 20, 2012 at 6:19 PM, Blair Zajac <bl...@orcaware.com> wrote: > I just got this on my MacPorts svn, the revision number output is missing: > > $ svnversion > svn: E200030: sqlite: callback requested query abort > svn: E200030: sqlite: callback requested query abort > $ echo $? > 1 > > I've seen a number of other reports of this issue, including freebsd: > > https://www.google.com/search?q=svn%3A+E200030%3A+sqlite%3A+callback+requested+query+abort > > This error occurs when sqlite is upgraded to 3.7.11, it works fine with > 3.7.10. > > Personally, I've only seen this in upgraded wc's, fresh checkouts haven't > failed, but I've only tried it in one checkout.
We use the RELEASE statement, which has a bug in 3.7.11, scheduled to be fixed in 3.7.12. From http://www.sqlite.org/draft/releaselog/3_7_12.html: "Bug fix: Fix the RELEASE command so that it does not cancel pending queries. This repairs a problem introduced in 3.7.11" On the surface, this sounds like what your problem is. -Hyrum -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com/