You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/02/27 15:19:16 UTC

svn commit: r1294167 - /subversion/trunk/subversion/include/svn_repos.h

Author: danielsh
Date: Mon Feb 27 14:19:15 2012
New Revision: 1294167

URL: http://svn.apache.org/viewvc?rev=1294167&view=rev
Log:
Start documenting mod_dav_svn's and svnserve's different expectations
from the REPOS_NAME in authz files rules.

* subversion/include/svn_repos.h
  (svn_repos_authz_check_access):
    Document how @a REPOS_NAME is used currently.

Modified:
    subversion/trunk/subversion/include/svn_repos.h

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1294167&r1=1294166&r2=1294167&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Mon Feb 27 14:19:15 2012
@@ -3027,6 +3027,10 @@ svn_repos_authz_read(svn_authz_t **authz
  * For compatibility with 1.6, and earlier, @a repos_name can be NULL
  * in which case it is equivalent to a @a repos_name of "".
  *
+ * @note Presently, @a repos_name must byte-for-byte match the repos_name
+ * specified in the authz file; it is treated as an opaque string, and not
+ * as a dirent.
+ *
  * @since New in 1.3.
  */
 svn_error_t *