[svnbook] r4998 committed - Made a note that `svndumpfilter` in SVN 1.8 can operate with deltified...

svnbook at googlecode.com svnbook at googlecode.com
Mon Feb 23 12:15:33 CST 2015


Revision: 4998
Author:   cmpilato at gmail.com
Date:     Mon Feb 23 18:15:22 2015 UTC
Log:      Made a note that `svndumpfilter` in SVN 1.8 can operate with  
deltified
dumps (`--deltas`) in `svnadmin dump` command-line reference.

*  
http://subversion.apache.org/docs/release-notes/1.8.html#svndumpfilter-deltas

Patch by: pavel.lyalyakin{_AT_}visualsvn.com
           (Tweaked by me.)
https://code.google.com/p/svnbook/source/detail?r=4998

Modified:
  /trunk/en/book/ref-svnadmin.xml

=======================================
--- /trunk/en/book/ref-svnadmin.xml	Mon Feb 23 18:12:29 2015 UTC
+++ /trunk/en/book/ref-svnadmin.xml	Mon Feb 23 18:15:22 2015 UTC
@@ -511,11 +511,20 @@
          some cases, drastically) the size of the dump file that
          <command>svnadmin dump</command> creates.  There are, however,
          disadvantages to using this option—deltified
-        dump files are more CPU-intensive to create, cannot be
-        operated on by <command>svndumpfilter</command>, and tend
+        dump files are more CPU-intensive to create and tend
          not to compress as well as their nondeltified counterparts
          when using third-party tools such as <command>gzip</command>
          and <command>bzip2</command>.</para>
+
+      <tip>
+        <para>Beginning with Subversion 1.8,
+          <command>svndumpfilter</command> can operate on deltified
+          dump streams.  Prior to this release,
+          <command>svndumpfilter</command> would not work with dump
+          streams created using <option>--deltas</option>
+          option.</para>
+      </tip>
+
      </refsect1>

      <!-- ===============================================================  
-->



More information about the svnbook-dev mailing list