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

cmpilato noreply at red-bean.com
Thu Sep 4 00:09:55 CDT 2008


Author: cmpilato
Date: Thu Sep  4 00:09:54 2008
New Revision: 3291

Log:
* src/en/book/ch02-basic-usage.xml
  Fix diff description problem -- it can compare repository revisions,
  not compare two different repositories with each other.

Suggested by: Jens M. Felderhoff <j.m.f {at} gmx.li>


Modified:
   trunk/src/en/book/ch02-basic-usage.xml

Modified: trunk/src/en/book/ch02-basic-usage.xml
==============================================================================
--- trunk/src/en/book/ch02-basic-usage.xml	(original)
+++ trunk/src/en/book/ch02-basic-usage.xml	Thu Sep  4 00:09:54 2008
@@ -1925,7 +1925,7 @@
         </listitem>
 
         <listitem>
-          <para>Comparing one repository to another</para>
+          <para>Comparing repository revisions</para>
         </listitem>
 
       </itemizedlist>
@@ -1986,7 +1986,7 @@
 
       <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
       <sect3 id="svn.tour.history.diff.reposrepos">
-        <title>Comparing repository to repository</title>
+        <title>Comparing repository revisions</title>
 
         <para>If two revision numbers, separated by a colon, are
           passed via <option>--revision</option>




More information about the svnbook-dev mailing list