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

fitz noreply at red-bean.com
Sun May 4 23:05:06 CDT 2008


Author: fitz
Date: Sun May  4 23:05:06 2008
New Revision: 3063

Log:
Document the --pid-file option to svnserve.

This fixes issue #99, reported by Matthias "Maddes" Buecher.

* src/en/book/ch09-reference.xml: Document --pid-file.


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	Sun May  4 23:05:06 2008
@@ -7414,6 +7414,16 @@
         </varlistentry>
 
         <varlistentry>
+          <term><option>--pid-file <replaceable>FILENAME</replaceable></option></term>
+          <listitem>
+            <para>Causes <command>svnserve</command> to write its
+              process ID to <replaceable>FILENAME</replaceable>, which
+              must be writeable by the user under
+              which <command>svnserve</command> is running.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
           <term><option>--version</option></term>
           <listitem>
             <para>Displays version information and a list of repository




More information about the svnbook-dev mailing list