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 2010/10/26 12:10:17 UTC

svn commit: r1027443 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: julianfoad
Date: Tue Oct 26 10:10:16 2010
New Revision: 1027443

URL: http://svn.apache.org/viewvc?rev=1027443&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_op_copy): Write a doc string.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=1027443&r1=1027442&r2=1027443&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Tue Oct 26 10:10:16 2010
@@ -1010,7 +1010,14 @@ svn_wc__db_pristine_repair(svn_wc__db_t 
    @{
 */
 
-/* ### svn cp WCPATH WCPATH ... can copy mixed base/working around */
+/* Copy the node at SRC_ABSPATH (in NODES and ACTUAL_NODE tables) to
+ * DST_ABSPATH, both in DB but not necessarily in the same WC.  The parent
+ * of DST_ABSPATH must be a versioned directory.
+ *
+ * This copy is NOT recursive. It simply establishes this one node, plus
+ * incomplete nodes for the children.
+ *
+ * Add WORK_ITEMS to the work queue. */
 svn_error_t *
 svn_wc__db_op_copy(svn_wc__db_t *db,
                    const char *src_abspath,