[svnbook] r4138 committed - Merge the relevant portions of r4136 from ^/trunk/en.

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 2 14:18:32 CDT 2011


Revision: 4138
Author:   cmpilato at gmail.com
Date:     Wed Nov  2 12:17:42 2011
Log:      Merge the relevant portions of r4136 from ^/trunk/en.
http://code.google.com/p/svnbook/source/detail?r=4138

Modified:
  /branches/1.6/en
  /branches/1.6/en/book/ch09-reference.xml

=======================================
--- /branches/1.6/en/book/ch09-reference.xml	Thu Sep  8 09:39:22 2011
+++ /branches/1.6/en/book/ch09-reference.xml	Wed Nov  2 12:17:42 2011
@@ -425,7 +425,19 @@
              </informalexample>
            </listitem>
          </varlistentry>
-
+
+        <varlistentry>
+          <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>
            <term><option>--new</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
@@ -677,6 +689,14 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <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>
            <term><option>--targets</option>
              <replaceable>FILENAME</replaceable></term>




More information about the svnbook-dev mailing list