You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2011/05/04 16:40:31 UTC

svn commit: r1099464 - in /subversion/trunk/subversion/libsvn_wc: info.c node.c

Author: pburba
Date: Wed May  4 14:40:30 2011
New Revision: 1099464

URL: http://svn.apache.org/viewvc?rev=1099464&view=rev
Log:
Remove comments re defunct svn_wc__node_walk_children.

* subversion/libsvn_wc/info.c
  (svn_wc__get_inf0):
* subversion/libsvn_wc/node.c
  (walker_helper):
   We use svn_wc__internal_walk_children now.


Modified:
    subversion/trunk/subversion/libsvn_wc/info.c
    subversion/trunk/subversion/libsvn_wc/node.c

Modified: subversion/trunk/subversion/libsvn_wc/info.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/info.c?rev=1099464&r1=1099463&r2=1099464&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/info.c (original)
+++ subversion/trunk/subversion/libsvn_wc/info.c Wed May  4 14:40:30 2011
@@ -335,7 +335,7 @@ svn_wc__get_info(svn_wc_context_t *wc_ct
                                        &fe_baton, depth, cancel_func,
                                        cancel_baton, scratch_pool);
 
-  /* If the target root node is not present, svn_wc__node_walk_children()
+  /* If the target root node is not present, svn_wc__internal_walk_children()
      returns a PATH_NOT_FOUND error and doesn't call the callback.  In this
      case, check for a tree conflict on this node, and if there
      is one, send a minimal info struct. */

Modified: subversion/trunk/subversion/libsvn_wc/node.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/node.c?rev=1099464&r1=1099463&r2=1099464&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/node.c (original)
+++ subversion/trunk/subversion/libsvn_wc/node.c Wed May  4 14:40:30 2011
@@ -560,7 +560,7 @@ svn_wc__node_get_copyfrom_info(const cha
                                                         scratch_pool));
 }
 
-/* A recursive node-walker, helper for svn_wc__node_walk_children().
+/* A recursive node-walker, helper for svn_wc__internal_walk_children().
  *
  * Call WALK_CALLBACK with WALK_BATON on all children (recursively) of
  * DIR_ABSPATH in DB, but not on DIR_ABSPATH itself. DIR_ABSPATH must be a