You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/12/17 22:29:32 UTC

svn commit: r1818517 - /subversion/site/staging/docs/release-notes/1.10.html

Author: luke1410
Date: Sun Dec 17 22:29:32 2017
New Revision: 1818517

URL: http://svn.apache.org/viewvc?rev=1818517&view=rev
Log:
* site/staging/docs/release-notes/1.10.html: Tweaked --normalize-props wording

Suggested by: danielsh

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=1818517&r1=1818516&r2=1818517&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Sun Dec 17 22:29:32 2017
@@ -701,9 +701,9 @@ or power loss, e.g. when loading a dump
 <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>
+such as <tt>svn:log</tt> or <tt>svn:ignore</tt>.  Such invalid line endings
+were accepted by older servers and can be found in repository dumps of older
+repositories, but are rejected by Subversion 1.6 and later.</p>
 
 <p>Calling <tt>svnadmin load</tt> with <tt>--normalize-props</tt> will
 automatically repair all invalid property line endings found in the dumpstream,