[svnbook] r4233 committed - Merge r4231 fix from ^/trunk/en.

svnbook at googlecode.com svnbook at googlecode.com
Thu Dec 15 12:52:28 CST 2011


Revision: 4233
Author:   cmpilato at gmail.com
Date:     Thu Dec 15 10:45:40 2011
Log:      Merge r4231 fix from ^/trunk/en.
http://code.google.com/p/svnbook/source/detail?r=4233

Modified:
  /branches/1.6/en
  /branches/1.6/en/book/ch02-basic-usage.xml

=======================================
--- /branches/1.6/en/book/ch02-basic-usage.xml	Fri Sep 30 06:03:32 2011
+++ /branches/1.6/en/book/ch02-basic-usage.xml	Thu Dec 15 10:45:40 2011
@@ -1193,7 +1193,7 @@
        <informalexample>
          <screen>
  $ svn status README
-M       foo
+M       README
  $ svn revert README
  Reverted 'README'
  $ svn status README
@@ -1211,14 +1211,14 @@

        <informalexample>
          <screen>
-$ svn status foo
-?       foo
-$ svn add foo
-A         foo
-$ svn revert foo
-Reverted 'foo'
-$ svn status foo
-?       foo
+$ svn status new-file.txt
+?       new-file.txt
+$ svn add new-file.txt
+A         new-file.txt
+$ svn revert new-file.txt
+Reverted 'new-file.txt'
+$ svn status new-file.txt
+?       new-file.txt
  $
  </screen>
        </informalexample>




More information about the svnbook-dev mailing list