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

kfogel noreply at red-bean.com
Fri Nov 2 02:44:25 CDT 2007


Author: kfogel
Date: Fri Nov  2 02:44:24 2007
New Revision: 2881

Log:
* src/en/book/ch09-reference.xml
  (svn.ref.svn.sw): Move the '--no-diff-added' flag from here...
  (svn.ref.svnlook.sw): ...to here, where it belongs.
    Also, clarify that companion flag '--no-diff-deleted' applies only
    to the 'svnlook diff' subcommand.


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 Nov  2 02:44:24 2007
@@ -290,17 +290,6 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--no-diff-added</option></term>
-        <listitem>
-          <para>Prevents Subversion from printing differences for
-            added files.  The default behavior when you add a file is
-            for <command>svn diff</command> to print the same
-            differences that you would see if you had added the entire
-            contents of an existing (empty) file.</para>
-          </listitem>
-        </varlistentry>
-        
-        <varlistentry>
           <term><option>--no-diff-deleted</option></term>
         <listitem>
             <para>Prevents Subversion from printing differences for
@@ -5517,7 +5506,7 @@
         <varlistentry>
           <term><option>--no-diff-deleted</option></term>
           <listitem>
-            <para>Prevents <command>svnlook</command> from printing
+            <para>Prevents <command>svnlook diff</command> from printing
               differences for deleted files.  The default behavior
               when a file is deleted in a transaction/revision is
               to print the same differences that you would see if
@@ -5526,6 +5515,17 @@
         </varlistentry>
 
         <varlistentry>
+          <term><option>--no-diff-added</option></term>
+        <listitem>
+          <para>Prevents <command>svnlook diff</command> from printing
+            differences for added files.  The default behavior when
+            you add a file is to print the same differences that you
+            would see if you had added the entire contents of an
+            existing (empty) file.</para>
+          </listitem>
+        </varlistentry>
+        
+        <varlistentry>
           <term><option>--revision</option>
             (<option>-r</option>)</term>
           <listitem>




More information about the svnbook-dev mailing list