[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-03-22 05:51:05 CET

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
Received on Mon Mar 22 05:57:44 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.