You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/11/05 14:27:44 UTC

svn propchange: r1031532 - svn:log

Author: philip
Revision: 1031532
Modified property: svn:log

Modified: svn:log at Fri Nov  5 13:27:44 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov  5 13:27:44 2010
@@ -3,10 +3,12 @@ suitable working node at the correct op_
 
 * subversion/libsvn_wc/wc-queries.sql
   (STMT_SELECT_LOWEST_WORKING_NODE): New.
+  (STMT_INSERT_WORKING_NODE_FROM_BASE): Make it INSERT OR REPLACE.
 
 * subversion/libsvn_wc/wc_db.c
   (extend_parent_delete): New.
-  (insert_base_node, set_new_dir_to_incomplete_txn): Call
+  (insert_base_node): Call extend_parent_delete to add working node.
+  (set_new_dir_to_incomplete_txn): Don't delete the working node, call
    extend_parent_delete to add working node.
 
 * subversion/libsvn_wc/update_editor.c