Author: julianfoad
Date: Tue Mar 16 17:53:24 2010
New Revision: 923902

URL: http://svn.apache.org/viewvc?rev=923902&view=rev
Log:
* subversion/libsvn_wc/workqueue.c
  (log_do_committed): Add a doc string.

Modified:
    subversion/trunk/subversion/libsvn_wc/workqueue.c

Modified: subversion/trunk/subversion/libsvn_wc/workqueue.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/workqueue.c?rev=923902&r1=923901&r2=923902&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Tue Mar 16 17:53:24 2010
@@ -1203,7 +1203,15 @@ install_committed_file(svn_boolean_t *ov
 }
 
 
-/* */
+/* Set the base version of the node LOCAL_ABSPATH to be the same as its
+ * working version currently is:
+ *
+ * - Remove children that are marked deleted (if it's a dir)
+ * - Install the new base props
+ * - Install the new tree state
+ * - Install the new text (if it's a file)
+ * - Adjust the parent (if it's a dir)
+ * */
 static svn_error_t *
 log_do_committed(svn_wc__db_t *db,
                  const char *local_abspath,


Reply via email to