Author: kotkov
Date: Sun Dec 17 17:19:23 2017
New Revision: 1818496

URL: http://svn.apache.org/viewvc?rev=1818496&view=rev
Log:
* site/staging/docs/release-notes/1.10.html
  (normalize-props): Add section describing the new `--normalize-props`
   option for `svnadmin load`.

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

Modified: subversion/site/staging/docs/release-notes/1.10.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1818496&r1=1818495&r2=1818496&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Sun Dec 17 17:19:23 
2017
@@ -692,6 +692,25 @@ or power loss, e.g. when loading a dump
 
 </div> <!-- no-flush-to-disk -->
 
+<div class="h4" id="normalize-props">
+<h4>New <tt>--normalize-props</tt> option for <tt>svnadmin load</tt>
+  <a class="sectionlink" href="#normalize-props"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>A new <tt>--normalize-props</tt> option has been added to the
+<tt>svnadmin load</tt> command. This option can be used to automatically
+repair <a href="/faq.html#fix-nonLF-log">non-LF line endings</a> in properties
+such as <tt>svn:log</tt> or <tt>svn:ignore</tt>.  Such property line endings
+were accepted by older servers and can be found in repository dumps, but are
+considered invalid starting with Subversion 1.6.</p>
+
+<p>Calling <tt>svnadmin load</tt> with <tt>--normalize-props</tt> will
+automatically repair all invalid property line endings found in the dumpstream,
+thus ensuring that the appropriate values are loaded into the repository.</p>
+
+</div> <!-- normalize-props -->
+
 <div class="h4" id="svnadmin-revprops">
 <h4>New <tt>svnadmin dump-revprops</tt> and <tt>svnadmin load-revprops</tt> 
subcommands
   <a class="sectionlink" href="#svnadmin-revprops"


Reply via email to