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

fitz noreply at red-bean.com
Sat May 3 23:12:31 CDT 2008


Author: fitz
Date: Sat May  3 23:12:31 2008
New Revision: 3053

Log:
More docs for SVNActivitiesDB.

Patch courtesy of Eric Gillespie (epg).

* src/en/book/ch09-reference.xml: Add more info about 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 May  3 23:12:31 2008
@@ -7818,7 +7818,28 @@
             <listitem>
 
               <para>Specifies the location in the filesystem where the
-                activities database should be stored.</para>
+                activities database should be stored.  By default,
+                mod_dav_svn creates and uses a directory in the
+                repository
+                called <filename>dav/activities.d</filename>.  The
+                path specified with this option must be an absolute
+                path.</para>
+
+              <para>If specified for
+                an <literal>SVNParentPath</literal> area, mod_dav_svn
+                appends the basename of the repository to the path
+                specified here.  For example:</para>
+
+        <screen>
+<Location /svn>
+  DAV svn
+
+  # any "/svn/foo" URL will map to a repository in /net/svn.nfs/repositories/foo
+  SVNParentPath         "/net/svn.nfs/repositories"
+  # any "/svn/foo" URL will map to an activities db in /var/db/svn/activities/foo
+  SVNActivitiesDB       "/var/db/svn/activities"
+</Location>
+</screen>
 
             </listitem>
           </varlistentry>




More information about the svnbook-dev mailing list