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

maxb svnbook-dev at red-bean.com
Fri Dec 9 05:50:31 CST 2005


Author: maxb
Date: Fri Dec  9 05:50:29 2005
New Revision: 1896

Modified:
   trunk/src/en/book/ch02.xml

Log:
* en/book/ch02.xml: Update <screen> sections for current output formats.


Modified: trunk/src/en/book/ch02.xml
==============================================================================
--- trunk/src/en/book/ch02.xml	(original)
+++ trunk/src/en/book/ch02.xml	Fri Dec  9 05:50:29 2005
@@ -356,10 +356,10 @@
 
       <screen>
 $ svn checkout http://svn.example.com/repos/calc
-A  calc
-A  calc/Makefile
-A  calc/integer.c
-A  calc/button.c
+A    calc/Makefile
+A    calc/integer.c
+A    calc/button.c
+Checked out revision 56.
 
 $ ls -A calc
 Makefile  integer.c  button.c  .svn/
@@ -471,7 +471,8 @@
 .svn/ Makefile integer.c button.c
 
 $ svn update
-U button.c
+U    button.c
+Updated to revision 57.
 </screen>
 
       <para>The output from the <command>svn update</command> command




More information about the svnbook-dev mailing list