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

sunny256 svnbook-dev at red-bean.com
Fri Aug 19 08:53:19 CDT 2005


Author: sunny256
Date: Fri Aug 19 08:53:18 2005
New Revision: 1624

Modified:
   trunk/src/en/book/ch02.xml
   trunk/src/en/book/ch04.xml
Log:
Remove some extra whitespace introduced in r1619.

* src/en/book/ch02.xml
  (svn.basic.in-action.revs): Remove whitespace.

* src/en/book/ch04.xml
  (svn.branchmerge.copychanges.bestprac.ancestry): Remove whitespace.


Modified: trunk/src/en/book/ch02.xml
==============================================================================
--- trunk/src/en/book/ch02.xml	(original)
+++ trunk/src/en/book/ch02.xml	Fri Aug 19 08:53:18 2005
@@ -535,7 +535,7 @@
           Subversion users talk about <quote>revision 5 of
           <filename>foo.c</filename></quote>, they really mean
           <quote><filename>foo.c</filename> as it appears in revision
-            5.</quote> Notice that in general, revisions N and M of a
+          5.</quote> Notice that in general, revisions N and M of a
           file do <emphasis>not</emphasis> necessarily differ!  Because
           CVS uses per-file revisions numbers, CVS users might want to
           see <xref linkend="svn.forcvs"/> for more details.</para>

Modified: trunk/src/en/book/ch04.xml
==============================================================================
--- trunk/src/en/book/ch04.xml	(original)
+++ trunk/src/en/book/ch04.xml	Fri Aug 19 08:53:18 2005
@@ -1029,7 +1029,7 @@
           compare two unrelated trees.  For example, you may have
           imported two source-code trees representing different vendor
           releases of a software project (see <xref
-            linkend="svn.advanced.vendorbr"/>).
+          linkend="svn.advanced.vendorbr"/>).
           If you asked <command>svn merge</command> to compare the two
           trees, you'd see the entire first tree being deleted,
           followed by an add of the entire second tree!</para>



More information about the svnbook-dev mailing list