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

fitz noreply at red-bean.com
Fri Jun 20 23:33:45 CDT 2008


Author: fitz
Date: Fri Jun 20 23:33:45 2008
New Revision: 3165

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

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


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:33:45 2008
@@ -6695,7 +6695,7 @@
           
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
 
@@ -6741,7 +6741,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
 
@@ -6819,9 +6819,9 @@
             </varlistentry>
 
             <varlistentry>
-              <term><literal>' U'</literal></term>
+              <term><literal>'_U'</literal></term>
               <listitem>
-                <para>Properties of item changed; note the leading space</para>
+                <para>Properties of item changed; note the leading underscore</para>
               </listitem>
             </varlistentry>
 
@@ -6846,7 +6846,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 --copy-info
 </screen>
         </refsect1>
@@ -6866,7 +6866,7 @@
 A   trunk/vendors/deli/sandwich.txt
 A   trunk/vendors/deli/pickle.txt
 U   trunk/vendors/baker/bagel.txt
- U  trunk/vendors/baker/croissant.txt
+_U  trunk/vendors/baker/croissant.txt
 UU  trunk/vendors/baker/pretzel.txt
 D   trunk/vendors/baker/baguette.txt
 </screen>
@@ -6887,7 +6887,7 @@
 
           <screen>
 $ svnlook changed -r 64 --copy-info /var/svn/repos
-A   trunk/vendors/baker/toast.txt
+A + trunk/vendors/baker/toast.txt
     (from trunk/vendors/baker/bread.txt:r63)
 D   trunk/vendors/baker/bread.txt
 </screen>
@@ -6923,7 +6923,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
         
@@ -6969,7 +6969,7 @@
           
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 --no-diff-added
 --no-diff-deleted
 --diff-copy-from
@@ -7042,7 +7042,7 @@
 
           <screen>
 --revision (-r) REV
---transaction (-t)
+--transaction (-t) TXN
 </screen>
         </refsect1>
 
@@ -7128,6 +7128,7 @@
 
           <screen>
 --revision (-r) REV
+--limit (-l) ARG
 --show-ids
 </screen>
         </refsect1>
@@ -7140,23 +7141,21 @@
             sample repository:</para>
 
           <screen>
-$ svnlook history -r 20 /var/svn/repos /tags/1.0 --show-ids
+$ svnlook history -r 13 /var/svn/repos /branches/bookstore --show-ids
 REVISION   PATH <ID>
 --------   ---------
-      19   /tags/1.0 <1.2.12>
-      17   /branches/1.0-rc2 <1.1.10>
-      16   /branches/1.0-rc2 <1.1.x>
-      14   /trunk <1.0.q>
-      13   /trunk <1.0.o>
-      11   /trunk <1.0.k>
-       9   /trunk <1.0.g>
-       8   /trunk <1.0.e>
-       7   /trunk <1.0.b>
-       6   /trunk <1.0.9>
-       5   /trunk <1.0.7>
-       4   /trunk <1.0.6>
-       2   /trunk <1.0.3>
-       1   /trunk <1.0.2>
+      13   /branches/bookstore <1.1.r13/390>
+      12   /branches/bookstore <1.1.r12/413>
+      11   /branches/bookstore <1.1.r11/0>
+       9   /trunk <1.0.r9/551>
+       8   /trunk <1.0.r8/131357096>
+       7   /trunk <1.0.r7/294>
+       6   /trunk <1.0.r6/353>
+       5   /trunk <1.0.r5/349>
+       4   /trunk <1.0.r4/332>
+       3   /trunk <1.0.r3/335>
+       2   /trunk <1.0.r2/295>
+       1   /trunk <1.0.r1/532>
 </screen>
           
         </refsect1>




More information about the svnbook-dev mailing list