[svnbook] r4136 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 2 10:43:11 CDT 2011


Revision: 4136
Author:   cmpilato at gmail.com
Date:     Wed Nov  2 08:42:26 2011
Log:      * en/book/ch09-reference.xml
   Document the --ignore-whitespace, --native-eol, --reverse-diff,
   --strip, and --summarize options.

http://code.google.com/p/svnbook/source/detail?r=4136

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

=======================================
--- /trunk/en/book/ch09-reference.xml	Wed Nov  2 07:23:00 2011
+++ /trunk/en/book/ch09-reference.xml	Wed Nov  2 08:42:26 2011
@@ -400,6 +400,15 @@
            </listitem>
          </varlistentry>

+        <varlistentry id="svn.ref.svn.sw.ignore_whitespace">
+          <term><option>--ignore-whitespace</option></term>
+          <listitem>
+            <para>Instructs <command>svn patch</command> to ignore
+              whitespace when attempting to identify patch
+              context.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry id="svn.ref.svn.sw.incremental">
            <term><option>--incremental</option></term>
            <listitem>
@@ -455,7 +464,19 @@
              </informalexample>
            </listitem>
          </varlistentry>
-
+
+        <varlistentry id="svn.ref.svn.sw.native_eol">
+          <term><option>--native-eol</option>  
<replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>Causes <command>svn export</command> to use a
+              specific end-of-line sequence as if it was the native
+              sequence for the client platform.
+              <replaceable>ARG</replaceable> may be one
+              of <literal>CR</literal>, <literal>LF</literal>,
+              or <literal>CRLF</literal>.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry id="svn.ref.svn.sw.new">
            <term><option>--new</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
@@ -611,6 +632,15 @@
            </listitem>
          </varlistentry>

+        <varlistentry id="svn.ref.svn.sw.reverse_diff">
+          <term><option>--reverse-diff</option></term>
+          <listitem>
+            <para>Causes <command>svn patch</command> to interpret the
+              input patch instructions in reverse—treating added
+              lines as removed ones and vice-versa.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry id="svn.ref.svn.sw.revision">
            <term><option>--revision</option> (<option>-r</option>)  
<replaceable>REV</replaceable></term>
            <listitem>
@@ -714,7 +744,25 @@
            </listitem>
          </varlistentry>

-        <varlistentry id="svn.ref.svn.sw.targets">
+        <varlistentry id="svn.ref.svn.sw.strip">
+          <term><option>--strip</option>  
<replaceable>NUM</replaceable></term>
+          <listitem>
+            <para>Used by <command>svn patch</command> to
+              ignore <replaceable>NUM</replaceable> leading path
+              components found on paths specified in the patch input
+              file.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svn.sw.summarize">
+          <term><option>--summarize</option></term>
+          <listitem>
+            <para>Display only high-level summary notifications about
+              the operation instead of its detailed output.</para>
+          </listitem>
+        </varlistentry>
+
+       <varlistentry id="svn.ref.svn.sw.targets">
            <term><option>--targets</option>  
<replaceable>FILENAME</replaceable></term>
            <listitem>
              <para>Tells Subversion to read additional target paths for
@@ -2118,7 +2166,7 @@
  <xref linkend="svn.ref.svn.sw.old" />
  <xref linkend="svn.ref.svn.sw.revision" />
  <xref linkend="svn.ref.svn.sw.show_copies_as_adds" />
-<!-- xref linkend="svn.ref.svn.sw.summarize" /-->
+<xref linkend="svn.ref.svn.sw.summarize" />
  <xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
@@ -2333,7 +2381,7 @@
  <xref linkend="svn.ref.svn.sw.force" />
  <xref linkend="svn.ref.svn.sw.ignore_externals" />
  <xref linkend="svn.ref.svn.sw.ignore_keywords" />
-<!-- xref linkend="svn.ref.svn.sw.native_eol" /-->
+<xref linkend="svn.ref.svn.sw.native_eol" />
  <xref linkend="svn.ref.svn.sw.quiet" />
  <xref linkend="svn.ref.svn.sw.revision" />
  </screen>
@@ -3852,10 +3900,10 @@
            <informalexample>
              <screen>
  <xref linkend="svn.ref.svn.sw.dry_run" />
-<!-- xref linkend="svn.ref.svn.sw.ignore_whitespace" /-->
+<xref linkend="svn.ref.svn.sw.ignore_whitespace" />
  <xref linkend="svn.ref.svn.sw.quiet" />
-<!-- xref linkend="svn.ref.svn.sw.reverse_diff" /-->
-<!-- xref linkend="svn.ref.svn.sw.strip" /-->
+<xref linkend="svn.ref.svn.sw.reverse_diff" />
+<xref linkend="svn.ref.svn.sw.strip" />
  </screen>
            </informalexample>
          </refsect1>




More information about the svnbook-dev mailing list