hwri...@apache.org wrote:
Author: hwright Date: Fri Nov 20 19:05:42 2009 New Revision: 882679URL: http://svn.apache.org/viewvc?rev=882679&view=rev Log: Enable packing of revision properties into a mutable sqlite database.
+pragma auto_vacuum = 1; + +/* A table mapping representation hashes to locations in a rev file. */
Is this comment correct for this new database? Blair