Author: julianfoad
Date: Tue Oct 11 15:56:28 2011
New Revision: 1181857

URL: http://svn.apache.org/viewvc?rev=1181857&view=rev
Log:
Fix comments to refer to svn_kind_t instead of svn_wc__db_kind_t.
A follow-up to r1181849.

* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_read_info, svn_wc__db_read_kind): Fix doc strings.

* subversion/libsvn_wc/wc-metadata.sql
  Fix the doc string at the start of the file.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
    subversion/trunk/subversion/libsvn_wc/wc_db.h

Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1181857&r1=1181856&r2=1181857&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Tue Oct 11 15:56:28 
2011
@@ -23,7 +23,7 @@
 
 /*
  * the KIND column in these tables has one of the following values
- * (documented in the corresponding C type #svn_wc__db_kind_t):
+ * (documented in the corresponding C type #svn_kind_t):
  *   "file"
  *   "dir"
  *   "symlink"

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=1181857&r1=1181856&r2=1181857&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Tue Oct 11 15:56:28 2011
@@ -1611,7 +1611,7 @@ svn_wc__db_op_set_tree_conflict(svn_wc__
 
    The OUT parameters, and their "not available" values are:
      STATUS                  n/a (always available)
-     KIND                    svn_wc__db_kind_unknown   (For ACTUAL only nodes)
+     KIND                    svn_kind_unknown   (For ACTUAL only nodes)
      REVISION                SVN_INVALID_REVNUM
      REPOS_RELPATH           NULL
      REPOS_ROOT_URL          NULL
@@ -2092,7 +2092,7 @@ svn_wc__db_read_conflicts(const apr_arra
 
 /* Return the kind of the node in DB at LOCAL_ABSPATH. The WORKING tree will
    be examined first, then the BASE tree. If the node is not present in either
-   tree and ALLOW_MISSING is TRUE, then svn_wc__db_kind_unknown is returned.
+   tree and ALLOW_MISSING is TRUE, then svn_kind_unknown is returned.
    If the node is missing and ALLOW_MISSING is FALSE, then it will return
    SVN_ERR_WC_PATH_NOT_FOUND.
 


Reply via email to