You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/12 17:51:36 UTC

svn commit: r1145639 - /subversion/trunk/subversion/include/private/svn_wc_private.h

Author: stsp
Date: Tue Jul 12 15:51:36 2011
New Revision: 1145639

URL: http://svn.apache.org/viewvc?rev=1145639&view=rev
Log:
* subversion/include/private/svn_wc_private.h
  (svn_wc__node_get_children_of_working_node,
   svn_wc__check_for_obstructions): Adjust docstrings to say 'server-excluded'
    instead of 'absent'.

Modified:
    subversion/trunk/subversion/include/private/svn_wc_private.h

Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=1145639&r1=1145638&r2=1145639&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Tue Jul 12 15:51:36 2011
@@ -310,7 +310,7 @@ svn_wc__status2_from_3(svn_wc_status2_t 
  * absolute paths.
  *
  * Include children that are scheduled for deletion.  Iff @a show_hidden
- * is true, also include children that are 'excluded' or 'absent' or
+ * is true, also include children that are 'excluded' or 'server-excluded' or
  * 'not-present'.
  *
  * Return every path that refers to a child of the working node at
@@ -980,7 +980,7 @@ svn_wc__get_not_present_descendants(cons
  * direct parent does not exist or is deleted return _state_obstructed. When
  * a node doesn't exist but should exist return svn_wc_notify_state_missing.
  *
- * A node is also obstructed if it is marked excluded or absent or when
+ * A node is also obstructed if it is marked excluded or server-excluded or when
  * an unversioned file or directory exists. And if NO_WCROOT_CHECK is FALSE,
  * the root of a working copy is also obstructed; this to allow detecting
  * obstructing working copies.