[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

docco improvement for svn_wc__db_scan_deletion()

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 11 Apr 2012 14:50:19 +0100 (BST)

Suggesting a docco improvement for svn_wc__db_scan_deletion():

--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -2600,10 +2600,10 @@
    MOVED_TO_ABSPATH will specify the path where this node was moved to
    if the node has moved-away.
 
-   If the node was moved-away, MOVED_TO_OP_ROOT_ABSPATH will specify the root
-   of the copy operation that created the move destination.
-   If LOCAL_ABSPATH itself is the root of the copy, MOVED_TO_OP_ROOT_ABSPATH
-   equals MOVED_TO_ABSPATH.
+   If the node was moved-away, MOVED_TO_OP_ROOT_ABSPATH will specify the
+   target-root of the move operation.  If LOCAL_ABSPATH itself is the
+   source-root of the move, then MOVED_TO_OP_ROOT_ABSPATH equals
+   MOVED_TO_ABSPATH.
 
    All OUT parameters may be set to NULL to indicate a lack of interest in
    that piece of information.

OK to commit?

(There's more to do, but gotta start somewhere.)

- Julian
Received on 2012-04-11 15:50:54 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.