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

cmpilato noreply at red-bean.com
Sat Aug 18 09:06:38 CDT 2007


Author: cmpilato
Date: Sat Aug 18 09:06:37 2007
New Revision: 2866

Log:
* 07-customizing-svn.html
Hide some TODO comments, and add an opening paragraph.

Modified:
   trunk/src/en/book/ch07-customizing-svn.xml

Modified: trunk/src/en/book/ch07-customizing-svn.xml
==============================================================================
--- trunk/src/en/book/ch07-customizing-svn.xml	(original)
+++ trunk/src/en/book/ch07-customizing-svn.xml	Sat Aug 18 09:06:37 2007
@@ -1,13 +1,21 @@
 <chapter id="svn.customization">
   <title>Customizing Your Subversion Experience</title>
 
-  <para>### TODO: Chapter opening ###</para>
-
-  <para>### TODO: Gut the runtime config stuff like I did the property
-            stuff, making larger topical sections to which the runtime
-            config stuff generally refers.  Like already exists for
-            external diff/diff3, add, for example, a section on
-            external editors. ###</para>
+  <para>Version control can be a complex subject, as much art as
+    science, and offering myriad ways of getting stuff done.
+    Throughout this book you've read of the various Subversion
+    command-line client subcommands and the options which modify their
+    behavior.  In this chapter, we'll look into still more ways to
+    customize the way Subversion works for you—setting up the
+    Subversion runtime configuration, using external helper
+    applications, Subversion's interaction with the operating system's
+    configured locale, and so on.</para>
+
+  <!-- TODO(cmpilato): Gut the runtime config stuff like I did the
+       property stuff, making larger topical sections to which the
+       runtime config stuff generally refers.  Like already exists for
+       external diff/diff3, add, for example, a section on external
+       editors. -->
 
   <!-- ================================================================= -->
   <!-- ================================================================= -->
@@ -232,7 +240,7 @@
     <sect2 id="svn.advanced.confarea.opts">
       <title>Configuration Options</title>
 
-      <para>### TODO: Rework and move this section to the Reference ###</para>
+      <!-- TODO(cmpilato): Rework and move this section to the Reference -->
 
       <para>In this section, we will discuss the specific
         run-time configuration options that are currently supported




More information about the svnbook-dev mailing list