You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2010/05/17 07:26:32 UTC

svn commit: r944977 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: gstein
Date: Mon May 17 05:26:32 2010
New Revision: 944977

URL: http://svn.apache.org/viewvc?rev=944977&view=rev
Log:
* subversion/libsvn_wc/wc_db.c:
  (svn_wc__db_upgrade_apply_props): drop some notes about where this
    function will be going

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=944977&r1=944976&r2=944977&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Mon May 17 05:26:32 2010
@@ -6137,6 +6137,15 @@ svn_wc__db_upgrade_apply_props(svn_sqlit
                                apr_pool_t *scratch_pool)
 {
   NOT_IMPLEMENTED();
+
+  /* ### working_props: use set_props_txn.
+     ### if working_props == NULL, then skip. what if they equal the
+     ### pristine props? we should probably do the compare here.
+     ###
+     ### base props go into WORKING_NODE if avail, otherwise BASE.
+     ###
+     ### revert only goes into BASE. (and WORKING better be there!)
+  */
 }