Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h	(版本 38138)
+++ subversion/include/svn_client.h	(工作副本)
@@ -437,6 +437,9 @@
   /** state flags */
   apr_byte_t state_flags;
 
+  /** record adm_access of this item */
+  svn_wc_adm_access_t *adm_access;
+
   /** An array of @c svn_prop_t *'s, which are incoming changes from
    * the repository to WC properties.  These changes are applied
    * post-commit.
