You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/05/26 15:33:11 UTC

svn propchange: r1127902 - svn:log

Author: julianfoad
Revision: 1127902
Modified property: svn:log

Modified: svn:log at Thu May 26 13:33:11 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu May 26 13:33:11 2011
@@ -1,26 +1,4 @@
-Make all WC test programs use svn_wc__db_util_open_db() instead of calling
-svn_sqlite__open() directly, to ensure that the SQLite user-defined function
-'relpath_depth' gets installed in the DB connection.  That function will be
-needed by the validation triggers in wc-checks.c as soon as we activate
-them.
-
-* subversion/libsvn_wc/wc_db_private.h,
-  subversion/libsvn_wc/wc_db_util.c
-  (svn_wc__db_util_open_db): Add an optional parameter to specify the list
-    of statements to prepare instead of the default set. Write a doc string.
+A follow-up to r1127899.  Commit a change that I missed in that commit.
 
 * subversion/libsvn_wc/wc_db.c
   (create_db): Update the call to svn_wc__db_util_open_db().
-
-* subversion/libsvn_wc/wc_db_wcroot.c
-  (svn_wc__db_wcroot_parse_local_abspath): Same.
-
-* subversion/tests/libsvn_wc/db-test.c
-  (create_fake_wc): Call svn_wc__db_wcroot_parse_local_abspath() instead of
-    svn_sqlite__open().
-
-* subversion/tests/libsvn_wc/entries-compat.c
-  (make_one_db): Same.
-
-* subversion/tests/libsvn_wc/op-depth-test.c
-  (open_wc_db): Same.