[svnbook commit] r3173 - trunk/src/en/book
    fitz 
    noreply at red-bean.com
       
    Sat Jun 21 00:11:06 CDT 2008
    
    
  
Author: fitz
Date: Sat Jun 21 00:11:06 2008
New Revision: 3173
Log:
One more thing in Chapter 9, thanks to Karl Heinz Marbaise
(khmarbaise at gmx.de):
* src/en/book/ch09-reference.xml: Tweak svn copy docs.
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	Sat Jun 21 00:11:06 2008
@@ -1627,7 +1627,7 @@
             working copy under a different name:</para>
 
           <screen>
-$ svn cp bat.c ya-old-bat.c
+$ svn cp -r 8 bat.c ya-old-bat.c
 A         ya-old-bat.c
 </screen>
 
@@ -1646,7 +1646,7 @@
             repository until you commit):</para>
  
           <screen>
-$ svn copy file:///var/svn/repos/test/far-away near-here
+$ svn copy file:///var/svn/repos/test/far-away -r 6 near-here
 A         near-here
 </screen>
 
    
    
More information about the svnbook-dev
mailing list