You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2017/10/13 10:36:42 UTC

svn commit: r1812106 - /subversion/site/publish/docs/release-notes/1.10.html

Author: julianfoad
Date: Fri Oct 13 10:36:42 2017
New Revision: 1812106

URL: http://svn.apache.org/viewvc?rev=1812106&view=rev
Log:
Document 'svnadmin dump --include/--exclude' in the 1.10 release notes.

Modified:
    subversion/site/publish/docs/release-notes/1.10.html

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1812106&r1=1812105&r2=1812106&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Fri Oct 13 10:36:42 2017
@@ -678,6 +678,23 @@ href="http://svnbook.red-bean.com/nightl
 properties to a dump file. <tt>svnadmin load-revprops</tt> can be used to set
 revision properties in a repository to the values saved in a dump file.</p>
 
+<div class="h4" id="dump-include-exclude">
+<h4><tt>svnadmin dump</tt> can now include or exclude paths
+  <a class="sectionlink" href="#dump-include-exclude"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>New <tt>--include</tt> and <tt>--exclude</tt> options have been added to the
+<tt>svnadmin dump</tt> command.
+Using --exclude or --include gives results equivalent to authz-based
+path exclusions. In particular, when the source of a copy is excluded,
+the copy is transformed into an add (unlike in 'svndumpfilter').</p>
+
+<p>A <tt>--pattern</tt> option allows the include or exclude rules to contain
+wildcards (the same as in 'svndumpfilter').</p>
+
+</div> <!-- dump-include-exclude -->
+
 </div> <!-- svnadmin-revprops -->
 
 </div> <!-- server-side-improvements -->