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 2015/09/23 13:38:04 UTC

svn commit: r1704822 - /subversion/site/publish/docs/release-notes/1.9.html

Author: julianfoad
Date: Wed Sep 23 11:38:02 2015
New Revision: 1704822

URL: http://svn.apache.org/viewvc?rev=1704822&view=rev
Log:
* publish/docs/release-notes/1.9.html
  (issues): Add a section for issue #4598, 'no-op changes no longer dumped...'.

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

Modified: subversion/site/publish/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1704822&r1=1704821&r2=1704822&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Wed Sep 23 11:38:02 2015
@@ -1406,6 +1406,26 @@ path as a parameter.</p>
 <p>There are some known issues in the Subversion 1.9 releases.  These
 may be fixed in later 1.9.x releases.</p>
 
+<div class="h3" id="no-op-changes">
+<h3>No-op changes no longer dumped by '<tt>svnadmin dump</tt>'
+  <a class="sectionlink" href="#no-op-changes"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>See <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=4598">issue #4598 "No-op changes no longer dumped by 'svnadmin dump' in 1.9"</a>.
+</p>
+
+<p>The impact of this change is still under discussion. A brief, initial description follows.
+</p>
+
+<p>It has always been possible, in atypical cases, for a commit to mark a file as 'changed' without actually changing the file's text and/or properties to a different value. Starting from 1.9.0, <tt>svnadmin dump</tt> still outputs a record for such a file, including a header saying that the action is 'change', but no longer appends a block describing the new text for the file. (And similarly for properties, perhaps? TBD.) When <tt>svnadmin load</tt> (1.8 or 1.9) reads this dumpfile, it does not record any change in the repository for such a file.
+</p>
+
+<p>One user-visible effect is that, after dump and load, 'svn log -v' will no longer list the path of such a file in its list of 'changed paths'.
+</p>
+
+</div>  <!-- no-op-changes -->
+
 <div class="h3" id="httpv1-commit-race">
 <h3>"Out of date" errors when committing over HTTPv1
   <a class="sectionlink" href="#httpv1-commit-race"