On Apr 20, 2012 9:41 PM, "Blair Zajac" <bl...@orcaware.com> wrote: > > > On Apr 20, 2012, at 5:22 PM, Hyrum K Wright wrote: > >> 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. > > > Hi Hyrum, > > Thanks for the info. We'll wait for 3.7.12.
Seems we can/should have a runtime version check? Avoid running with 3.7.11? Cheers, -g