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

[PATCH] Doc string for svn_wc__db_node_hidden()

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Fri, 11 Mar 2011 11:31:15 +0000

A second pair of eyes, please?

[[[
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_node_hidden): Improve the doc string, not to send the
    reader to a chain of old WC-1 documentation.

Index: subversion/libsvn_wc/wc_db.h
===================================================================
--- subversion/libsvn_wc/wc_db.h (revision 1079695)
+++ subversion/libsvn_wc/wc_db.h (working copy)
@@ -1719,15 +1719,16 @@ svn_wc__db_read_kind(svn_wc__db_kind_t *
                      svn_wc__db_t *db,
                      const char *local_abspath,
                      svn_boolean_t allow_missing,
                      apr_pool_t *scratch_pool);
 
 
-/* An analog to svn_wc__entry_is_hidden(). Set *HIDDEN to TRUE if
- LOCAL_ABSPATH in DB "is not present, and I haven't scheduled something
- over the top of it." */
+/* Set *HIDDEN to TRUE if LOCAL_ABSPATH in DB "is not present, and I haven't
+ scheduled something over the top of it." That is, presence is 'excluded'
+ or 'not-present' or 'absent', and the node is not scheduled for
+ re-addition. */
 svn_error_t *
 svn_wc__db_node_hidden(svn_boolean_t *hidden,
                        svn_wc__db_t *db,
                        const char *local_abspath,
                        apr_pool_t *scratch_pool);
]]]

- Julian
Received on 2011-03-11 12:31:52 CET

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.