[svnbook] r3866 committed - Fix issue #26 ("Document mod_dav_svn environment variables")...

svnbook at googlecode.com svnbook at googlecode.com
Thu Jun 30 12:31:07 CDT 2011


Revision: 3866
Author:   cmpilato at gmail.com
Date:     Thu Jun 30 10:16:01 2011
Log:      Fix issue #26 ("Document mod_dav_svn environment variables")

* src/en/book/ch06-server-configuration.xml
   (svn.serverconfig.httpd.extra.logging): Also note the SVN-REPOS and
     SVN-REPOS-NAME environment variables.

http://code.google.com/p/svnbook/source/detail?r=3866

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

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Mon Jun 27 07:19:41  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Thu Jun 30 10:16:01  
2011
@@ -2634,6 +2634,17 @@
  [26/Jan/2007:22:25:31 -0600] sally commit r1730
  </screen>

+        <para>In addition to the <literal>SVN-ACTION</literal>
+          environment variable, <command>mod_dav_svn</command> also
+          populates the <literal>SVN-REPOS</literal>
+          and <literal>SVN-REPOS-NAME</literal> variables, which carry
+          the filesystem path to the repository and the basename
+          thereof, respectively.  You might wish to include references
+          to one or both of these variables in
+          your <literal>CustomLog</literal> format string, too,
+          especially if you are combining usage information from
+          multiple repositories into a single log file.</para>
+
          <para>For an exhaustive list of all actions logged, see <xref
            linkend="svn.ref.mod_dav_svn.conf.logging"/>.</para>





More information about the svnbook-dev mailing list