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

kfogel noreply at red-bean.com
Wed Sep 12 13:35:12 CDT 2007


Author: kfogel
Date: Wed Sep 12 13:35:11 2007
New Revision: 2877

Log:
* src/en/book/ch09-reference.xml
  (svn.ref.svn.c.cat): Add "-r HEAD" flag to make tip correct.

Found by: Arthur Kowalczyk <arthur_kowalczyk{_AT_}yahoo.co.uk>


Modified:
   trunk/src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Wed Sep 12 13:35:11 2007
@@ -832,7 +832,7 @@
             <para>If your working copy is out of date (or you have
               local modifications) and you want to see the
               <literal>HEAD</literal> revision of a file in your
-              working copy, <command>svn cat</command> will
+              working copy, <command>svn cat -r HEAD</command> will
               automatically fetch the <literal>HEAD</literal> revision
               when you give it a path:</para>
           </tip>
@@ -842,7 +842,7 @@
 This file is in my local working copy 
 and has changes that I've made.
 
-$ svn cat foo.c
+$ svn cat -r HEAD foo.c
 Latest revision fresh from the repository!
 </screen>
           




More information about the svnbook-dev mailing list