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

codesite-noreply at google.com codesite-noreply at google.com
Sun Feb 8 07:07:13 CST 2009


Author: stsp at elego.de
Date: Sun Feb  8 04:53:51 2009
New Revision: 3422

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

Log:
* src/en/book/ch02-basic-usage.xml
   (svn.tour.treeconflicts.example): Add missing command-line invocations
     to two bits of example output.


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	Sun Feb  8 04:53:51 2009
@@ -2375,6 +2375,7 @@
          this:</para>

        <screen>
+$ svn log -r5 svn://svn.example.com/trunk
  ------------------------------------------------------------------------
  r5 | harry | 2009-02-06 14:42:59 +0000 (Fri, 06 Feb 2009) | 2 lines
  Changed paths:
@@ -2478,6 +2479,7 @@
          <filename>bar.c</filename> into <filename>baz.c</filename>:</para>

      <screen>
+$ svn diff code/baz.c
  Index: code/baz.c
  ===================================================================
  --- code/baz.c  (revision 5)




More information about the svnbook-dev mailing list