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

fitz noreply at red-bean.com
Fri Jun 20 23:41:14 CDT 2008


Author: fitz
Date: Fri Jun 20 23:41:14 2008
New Revision: 3166

Log:
One more thing in Chapter 9, thanks to Karl Heinz Marbaise
(khmarbaise at gmx.de):

* src/en/book/ch09-reference.xml: Fixup more svnlook options and
  example.


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	Fri Jun 20 23:41:14 2008
@@ -7137,7 +7137,7 @@
           <title>Example</title>
 
           <para>This shows the history output for the path
-            <filename>/tags/1.0</filename> as of revision 20 in our
+            <filename>/branches/bookstore</filename> as of revision 13 in our
             sample repository:</para>
 
           <screen>
@@ -7190,7 +7190,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
 
@@ -7292,7 +7292,7 @@
           
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
         
@@ -7345,7 +7345,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 --revprop
 </screen>
         </refsect1>
@@ -7400,7 +7400,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 --verbose (-v)
 --revprop
 </screen>
@@ -7459,7 +7459,8 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
+--non-recursive (-N)
 --show-ids
 --full-paths
 </screen>
@@ -7469,17 +7470,20 @@
           <title>Example</title>
           
           <para>This shows the tree output (with nodeIDs) for revision
-            40 in our sample repository:</para>
+            13 in our sample repository:</para>
 
           <screen>
-$ svnlook tree -r 40 /var/svn/repos --show-ids
-/ <0.0.2j>
- trunk/ <p.0.2j>
-  vendors/ <q.0.2j>
-   deli/ <1g.0.2j>
-    egg.txt <1i.e.2j>
-    soda.txt <1k.0.2j>
-    sandwich.txt <1j.0.2j>
+$ svnlook tree -r 13 /var/svn/repos --show-ids
+/ <0.0.r13/811>
+ trunk/ <1.0.r9/551>
+  button.c <2.0.r9/238>
+  Makefile <3.0.r7/41>
+  integer.c <4.0.r6/98>
+ branches/ <5.0.r13/593>
+  bookstore/ <1.1.r13/390>
+   button.c <2.1.r12/85>
+   Makefile <3.0.r7/41>
+   integer.c <4.1.r13/109>
 </screen>
           
         </refsect1>




More information about the svnbook-dev mailing list