[svnbook] r5116 committed - trunk/en/book/ch06-server-configuration.xml

lyalyakin at users.sourceforge.net lyalyakin at users.sourceforge.net
Wed Mar 2 07:41:53 CST 2016


Revision: 5116
          http://sourceforge.net/p/svnbook/source/5116
Author:   lyalyakin
Date:     2016-03-02 13:41:52 +0000 (Wed, 02 Mar 2016)
Log Message:
-----------
Issue [236]. Add note that `AuthzSVNAccessFile` and `AuthzSVNRelativeAccessFile` now support URLs to files in SVN repositories (new in SVN 1.8).

* en/book/ch06-server-configuration.xml
  svn.serverconfig.httpd.ref.mod_authz_svn

Modified Paths:
--------------
    trunk/en/book/ch06-server-configuration.xml

Modified: trunk/en/book/ch06-server-configuration.xml
===================================================================
--- trunk/en/book/ch06-server-configuration.xml	2016-03-02 13:17:08 UTC (rev 5115)
+++ trunk/en/book/ch06-server-configuration.xml	2016-03-02 13:41:52 UTC (rev 5116)
@@ -4438,6 +4438,11 @@
                 either this directive or
                 <literal>AuthzSVNReposRelativeAccessFile</literal> can be
                 present, but not both.</para>
+              <para>Beginning with Subversion 1.8,
+                <literal>AuthzSVNAccessFile</literal> accepts URL to the file
+                stored inside a Subversion repository.  It is possible to store
+                the file in the same repository to which the access rules are
+                being applied or another repository.</para>
 
             </listitem>
           </varlistentry>
@@ -4499,8 +4504,12 @@
                 In a configuration block for a Subversion repository or a collection
                 of repositories either this directive or
                 <literal>AuthzSVNAccessFile</literal> can be present, but not both.
-                This option is available as of Subversion 1.7.
-              </para>
+                This option is available as of Subversion 1.7.</para>
+              <para>Beginning with Subversion 1.8,
+                <literal>AuthzSVNAccessFile</literal> accepts URL to the file
+                stored inside a Subversion repository.  It is possible to store
+                the file in the same repository to which the access rules are
+                being applied or another repository.</para>
 
             </listitem>
           </varlistentry>





More information about the svnbook-dev mailing list