You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2020/12/18 06:53:10 UTC

svn commit: r1884600 - /subversion/site/staging/docs/release-notes/1.14.html

Author: hartmannathan
Date: Fri Dec 18 06:53:10 2020
New Revision: 1884600

URL: http://svn.apache.org/viewvc?rev=1884600&view=rev
Log:
In 'staging': 1.14 release notes: Document issue #4859 fixed in r1878997 group

* docs/release-notes/1.14.html:
  (issues-mergeinfo-issue-4859): New subsection for issue #4859, "Merge
    removing a folder with non-inheritable mergeinfo," fixed in r1878997,
    r1879192, r1879474, r1879959; merged to 1.14.x branch in r1884591, and
    awaiting release in 1.14.1.

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

Modified: subversion/site/staging/docs/release-notes/1.14.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1884600&r1=1884599&r2=1884600&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Fri Dec 18 06:53:10 2020
@@ -1398,6 +1398,29 @@ test suite. This issue is fixed as of 1.
 
 </div>  <!-- issues-javahl-crash -->
 
+<div class="h3" id="issues-mergeinfo-issue-4859">
+<h3>Merge may fail when removing a folder
+  <a class="sectionlink" href="#issues-mergeinfo-issue-4859"
+     title="Link to this section">&para;</a>
+</h3>
+
+<p>Subversion 1.14.0 and earlier could fail to perform a merge that removes a
+folder that has non-inheritable mergeinfo. The merge would fail with:</p>
+
+<pre>
+svn: E155023: Can't set properties on '...': invalid status for updating properties
+</pre>
+
+(See <a href="https://issues.apache.org/jira/browse/SVN-4859">issue #4859</a>.)
+
+<p>This issue is fixed as of Subversion 1.14.1. See
+<a href="http://svn.apache.org/r1878997">r1878997</a>,
+<a href="http://svn.apache.org/r1879192">r1879192</a>,
+<a href="http://svn.apache.org/r1879474">r1879474</a>, and
+<a href="http://svn.apache.org/r1879959">r1879959</a>.</p>
+
+</div> <!-- issues-mergeinfo-issue-4859 -->
+
 <div class="h3" id="issues-filesizes-human-readable">
 <h3>Incorrect file sizes shown with <tt>svn list</tt> command
   <a class="sectionlink" href="#issues-filesizes-human-readable"