You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by eh...@apache.org on 2010/08/18 01:13:55 UTC

svn propchange: r986332 - svn:log

Author: ehu
Revision: 986332
Modified property: svn:log

Modified: svn:log at Tue Aug 17 23:13:55 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Aug 17 23:13:55 2010
@@ -7,3 +7,11 @@ which needs the same treatment.
    STMT_INSERT_WORKING_NODE_DATA_FROM_BASE_NODE_2): Split from
      STMT_INSERT_WORKING_NODE_FROM_BASE_NODE
   (STMT_APPLY_CHANGES_TO_BASE): Mark for split up.
+ * subversion/libsvn_wc/wc_db.c
+  (svn_wc__insert_baton_t): Insert 'op_depth' field also in NODE_DATA.
+  (copy_working_from_base): New function in order to wrap code execution
+     inside an sqlite transaction.
+  (db_working_insert): Use above function to run two queries inside a
+     single transaction.
+
+