Yep.
On Thu, Mar 17, 2011 at 3:03 PM, Greg Stein <[email protected]> wrote: > Are you going to propagate this out to the wc_db API too? > > On Mar 17, 2011 7:54 PM, <[email protected]> wrote: >> >> Author: hwright >> Date: Thu Mar 17 19:53:53 2011 >> New Revision: 1082665 >> >> URL: http://svn.apache.org/viewvc?rev=1082665&view=rev >> Log: >> Make the 'always open wc.db as readwrite' hack official. This change just >> makes official what we've been doing for a while. >> >> Even if requested to open in read/write mode, if the underlying filesystem > is >> read-only, the open will still succeed, and only fail upon an attempt to > write >> the database. >> >> * subversion/libsvn_wc/wc_db_wcroot.c >> (svn_wc__db_wcroot_parse_local_abspath): Codify our decision to always > open >> the sqlite database as read/write. >> >> * subversion/libsvn_wc/wc_db_private.h >> (svn_wc__db_wcroot_parse_local_abspath): Remove param and update docs. >> >> * subversion/libsvn_wc/wc_db.c, >> subversion/libsvn_wc/wc_db_pristine.c: >> Update callers. >

