[svnbook] r3951 committed - * src/en/book/ch06-server-configuration.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Aug 3 15:19:28 CDT 2011


Revision: 3951
Author:   cmpilato at gmail.com
Date:     Wed Aug  3 13:19:09 2011
Log:      * src/en/book/ch06-server-configuration.xml
   Add admonishment about launchd's complexity and recommendation to
   use the man system.

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

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

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Wed Aug  3 12:33:38  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Wed Aug  3 13:19:09  
2011
@@ -733,6 +733,16 @@
            <command>svnserve</command> as a long-running
            background process.</para>

+        <warning>
+          <para>The Mac OS X <command>launchd</command> system can be
+            somewhat challenging to learn.  Fortunately, the operating
+            system provides online documentation for the various
+            commands we describe in this section.  For example,
+            run <userinput>man launchd</userinput> from the command
+            line to read the manual page for
+            the <command>launchd</command> daemon itself.</para>
+        </warning>
+
          <para>To configure <command>svnserve</command> as
            a <command>launchd</command> job, first create a job
            definition file named




More information about the svnbook-dev mailing list