You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Francois Beausoleil <fb...@users.sourceforge.net> on 2004/03/22 04:51:05 UTC

[PATCH] Correct short-hand command usages in chapter 4

Log Message:
[[[
* doc/book/book/ch04.xml:
  Corrected two instances of short-hand command usage in examples.
]]]

Index: doc/book/book/ch04.xml
===================================================================
--- doc/book/book/ch04.xml      (revision 9185)
+++ doc/book/book/ch04.xml      (working copy)
@@ -867,7 +867,7 @@

 <screen>
 $ cd calc/trunk
-$ svn up
+$ svn update
 At revision 405.

 $ svn merge -r 341:HEAD
 http://svn.example.com/repos/calc/branches/my-calc-branch
@@ -929,7 +929,7 @@

 <screen>
 $ cd calc/trunk
-$ svn up
+$ svn update
 At revision 480.

 $ svn merge -r 406:480
 http://svn.example.com/repos/calc/branches/my-calc-branch
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org