[svnbook] r3929 committed - More reference chapter updates for issue #32 ("Document new 1.6...

svnbook at googlecode.com svnbook at googlecode.com
Thu Jul 28 13:20:08 CDT 2011


Revision: 3929
Author:   cmpilato at gmail.com
Date:     Thu Jul 28 11:15:02 2011
Log:      More reference chapter updates for issue #32 ("Document new 1.6
subcommands and options").  This completes the work for that issue.

* src/en/book/ch09-reference.xml
   (svn.ref.svnserve): Describe '--log-file', but leave a placemark for
     future improvement.
http://code.google.com/p/svnbook/source/detail?r=3929

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

=======================================
--- /trunk/src/en/book/ch09-reference.xml	Thu Jul 28 09:44:53 2011
+++ /trunk/src/en/book/ch09-reference.xml	Thu Jul 28 11:15:02 2011
@@ -8875,6 +8875,23 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <term><option>--log-file</option>
+            <replaceable>FILENAME</replaceable></term>
+          <listitem>
+            <para>Instructs <command>svnserve</command> to create (if
+              necessary) and use the file located
+              at <replaceable>FILENAME</replaceable> for Subversion
+              operational log output of the same sort
+              that <command>mod_dav_svn</command> generates.</para>
+              <!-- ### TODO: Add xref to book section on operational
+                   logging, but only after that section exists.  (The
+                   material exists at svn.serverconfig.httpd.extra.logging,
+                   but needs to be abstracted out of the current
+                   Apache-only coverage. -->
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><option>--pid-file</option>
              <replaceable>FILENAME</replaceable></term>




More information about the svnbook-dev mailing list