[PATCH] SVNBook 1.8: `svndumpfilter` now supports deltified dumps (dumps created with `--deltas` option)

C. Michael Pilato cmpilato at gmail.com
Mon Feb 23 12:17:41 CST 2015


On 02/19/2015 09:38 AM, Pavel Lyalyakin wrote:
> Hello,
>
> `svndumpfilter` of SVN 1.7 or older does not work with deltified dump files. In
> SVN 1.8, `svndumpfilter` can filter such dumps. This patch makes a note in
> `svnadmin dump` command-line reference that SVN 1.8 and newer can filter
> deltified dumps while older versions can't.
>
> Log message:
> [[
> 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
> ]]

Committed in r4998.  I've had to modify each of your patches to avoid
extra whitespace around <para> tags.  Our convention is to do:

   <para>Some text.</para>

rather than:

   <para>
     Some text.
   </para>

It's a minor thing, but the consistency is one fewer distraction for the
OCD-ish among us.  :-)

Thanks for your patches!




More information about the svnbook-dev mailing list