On Mon, Oct 15, 2012 at 7:09 PM, <phi...@apache.org> wrote: > Author: philip > Date: Mon Oct 15 17:09:01 2012 > New Revision: 1398389 > > URL: http://svn.apache.org/viewvc?rev=1398389&view=rev > Log: > Enable SQLite exclusive locking for the command line client as this is > a major performance gain for working copies on network disks. The > libraries default to shared locking for backward compatibility, the > command line client defaults to exclusive locking and a config setting > allows the user to override the command line client. > > * subversion/libsvn_wc/wc-queries.sql > (STMT_PRAGA_LOCKING_MODE): New.
Typo PRAGA -> PRAGMA (also in the code, not only in the log message) -- Johan