[svnbook commit] r3349 - trunk/src/de/book

khmarbaise noreply at red-bean.com
Thu Nov 13 04:54:29 CST 2008


Author: khmarbaise
Date: Thu Nov 13 04:54:28 2008
New Revision: 3349

Log:
- Fixed Nightly build problems.

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

Modified: trunk/src/de/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/de/book/ch06-server-configuration.xml	(original)
+++ trunk/src/de/book/ch06-server-configuration.xml	Thu Nov 13 04:54:28 2008
@@ -905,13 +905,13 @@
       <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
       <sect3 id="svn.serverconfig.svnserve.invoking.daemon">
       
-<!--
-        <title>svnserve as daemon</title>
+        <title>svnserve als Daemon</title>
 
+<!--
         <para>The easiest option is to run <command>svnserve</command>
           as a standalone <quote>daemon</quote> process.  Use the
           <option>-d</option> option for this:</para>
-
+-->
         <screen>
 $ svnserve -d
 $               # svnserve is now running, listening on port 3690
@@ -956,7 +956,7 @@
 
 <title>svnserve als Unix-Dienst</title>
 
-        <para>Die einfachste Variante ist, den <command>svnserve</comma als
+        <para>Die einfachste Variante ist, den <command>svnserve</command> als
           eigenständigen (Unix-)Dienst laufen zu lassen. Verwenden Sie hierfür
           die <option>-d</option> Option beim Aufruf:
           </para>




More information about the svnbook-dev mailing list