[svnbook] r3840 committed - * src/en/book/ch02-basic-usage.xml,...

svnbook at googlecode.com svnbook at googlecode.com
Mon Jun 27 09:20:26 CDT 2011


Revision: 3840
Author:   cmpilato at gmail.com
Date:     Mon Jun 27 07:19:41 2011
Log:      * src/en/book/ch02-basic-usage.xml,
* src/en/book/ch04-branching-and-merging.xml,
* src/en/book/ch06-server-configuration.xml,
* src/en/book/ch08-embedding-svn.xml
   Fix some capitalization inconsistency in section titles.

Patch (mostly) by: Richard Cavell <richardcavell at mail.com>
http://code.google.com/p/svnbook/source/detail?r=3840

Modified:
  /trunk/src/en/book/ch02-basic-usage.xml
  /trunk/src/en/book/ch04-branching-and-merging.xml
  /trunk/src/en/book/ch06-server-configuration.xml
  /trunk/src/en/book/ch08-embedding-svn.xml

=======================================
--- /trunk/src/en/book/ch02-basic-usage.xml	Fri Jun 24 08:22:41 2011
+++ /trunk/src/en/book/ch02-basic-usage.xml	Mon Jun 27 07:19:41 2011
@@ -1783,7 +1783,7 @@

        <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
-->
        <sect3 id="svn.tour.cycle.resolve.revert">
-        <title>Punting: Using svn revert</title>
+        <title>Punting: using svn revert</title>

          <para>If you decide that you want to throw out your changes
            and start your edits again (whether this occurs after a
@@ -2565,7 +2565,7 @@

      <!-- ===============================================================  
-->
      <sect2 id="svn.tour.treeconflicts.example">
-      <title>An example Tree Conflict</title>
+      <title>An Example Tree Conflict</title>

        <para>Suppose a software project you were working on currently
          looked like this:</para>
=======================================
--- /trunk/src/en/book/ch04-branching-and-merging.xml	Fri Jun 24 07:36:02  
2011
+++ /trunk/src/en/book/ch04-branching-and-merging.xml	Mon Jun 27 07:19:41  
2011
@@ -1730,7 +1730,7 @@

      <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
      <sect2 id="svn.branchmerge.advanced.reintegratetwice">
-      <title>Keeping a reintegrated branch alive</title>
+      <title>Keeping a Reintegrated Branch Alive</title>

        <para>There is an alternative to destroying and re-creating a
          branch after reintegration. To understand why it works you need
=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Thu Feb 17 14:01:25  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Mon Jun 27 07:19:41  
2011
@@ -1243,7 +1243,7 @@

      <!-- ===============================================================  
-->
      <sect2 id="svn.serverconfig.svnserve.sshtricks">
-      <title>SSH configuration tricks</title>
+      <title>SSH Configuration Tricks</title>

        <para>It's possible to control not only the way in which the
          client invokes <command>ssh</command>, but also to control
=======================================
--- /trunk/src/en/book/ch08-embedding-svn.xml	Wed Aug 18 06:32:00 2010
+++ /trunk/src/en/book/ch08-embedding-svn.xml	Mon Jun 27 07:19:41 2011
@@ -1015,7 +1015,7 @@
          application failure).</para>

        <example id="svn.developer.layerlib.repos.ex-1">
-        <title>Using the Repository Layer</title>
+        <title>Using the repository layer</title>

          <programlisting>
  /* Convert a Subversion error into a simple boolean error code.
@@ -1146,7 +1146,7 @@
          print the various paths reached during the crawl.</para>

        <example id="svn.developer.usingapi.otherlangs.ex-1">
-        <title>Using the Repository layer with Python</title>
+        <title>Using the repository layer with Python</title>

          <programlisting>
  #!/usr/bin/python




More information about the svnbook-dev mailing list