[svnbook commit] r2923 - trunk/src/en/book

fitz noreply at red-bean.com
Sat Dec 15 15:02:57 CST 2007


Author: fitz
Date: Sat Dec 15 15:02:57 2007
New Revision: 2923

Log:
Add more directives to ch09 for mod_dav_svn.

Fixes part of issue #52.

* src/en/book/ch09-reference.xml
  (svn.ref.mod_dav_svn.conf.directives): Document SVNListParentPath,
  SVNMasterURI, and SVNActivitiesDB.


Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Sat Dec 15 15:02:57 2007
@@ -7305,6 +7305,38 @@
             </listitem>
           </varlistentry>
 
+          <varlistentry>
+            <term><literal>SVNListParentPath</literal></term>
+            <listitem>
+
+              <para>When set to <literal>On</literal>, allows a GET of
+                SVNParentPath, which results in a listing of all
+                repositories under that path.  The default setting is
+                <literal>Off</literal>.</para>
+
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><literal>SVNMasterURI</literal></term>
+            <listitem>
+
+              <para>Specifies a URI to the master Subversion
+                repository (used for a write-through proxy).</para>
+
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
+            <term><literal>SVNActivitiesDB</literal></term>
+            <listitem>
+
+              <para>Specifies the location in the filesystem where the
+                activies database should be stored.</para>
+
+            </listitem>
+          </varlistentry>
+
         </variablelist>
       </refsect1>
     </refentry>




More information about the svnbook-dev mailing list