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/14 15:07:13 UTC

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

Author: hartmannathan
Date: Mon Dec 14 15:07:13 2020
New Revision: 1884423

URL: http://svn.apache.org/viewvc?rev=1884423&view=rev
Log:
In 'staging': 1.14 release notes: Document r1878909 group: filesize display

* docs/release-notes/1.14.html:
  (issues-filesizes-human-readable): New subsection for problem fixed in
    r1878909, r1878918, and r1878950, merged to 1.14.x branch in r1879799,
    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=1884423&r1=1884422&r2=1884423&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Mon Dec 14 15:07:13 2020
@@ -1355,6 +1355,32 @@ failure is detected by the test suite. T
 
 </div>  <!-- issues-javahl-jni-crash -->
 
+<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"
+     title="Link to this section">&para;</a>
+</h3>
+
+<p>The <tt>svn list --verbose --human-readable</tt> command
+(<tt>svn ls -vH</tt>) shows file sizes with base-2 unit suffixes (Byte,
+Kilobyte, Megabyte, Gigabyte, etc.), limiting the number of digits to three
+or less.</p>
+
+<p>In Subversion 1.14.0 and earlier, this command may produce incorrect output
+for certain file sizes. If built in Debug mode, the Subversion client may
+abort with an assertion failure:</p>
+
+<pre>
+    svn: subversion/svn/filesize.c:93: format_size: Assertion `absolute_human_readable_size < 1000.0' failed.
+</pre>
+
+<p>This issue is fixed as of Subversion 1.14.1. See
+<a href="http://svn.apache.org/r1878909">r1878909</a>,
+<a href="http://svn.apache.org/r1878918">r1878918</a>, and
+<a href="http://svn.apache.org/r1878950">r1878950</a>.</p>
+
+</div> <!-- issues-filesizes-human-readable -->
+
 <div class="h3" id="issues-other">
 <h3>Other issues
   <a class="sectionlink" href="#issues-other"