You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/03/17 16:13:18 UTC

svn commit: r1667327 - /subversion/branches/1.9.x/STATUS

Author: rhuijben
Date: Tue Mar 17 15:13:18 2015
New Revision: 1667327

URL: http://svn.apache.org/r1667327
Log:
* STATUS: Apply some nomination tweaks suggested by danielsh.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1667327&r1=1667326&r2=1667327&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Tue Mar 17 15:13:18 2015
@@ -169,7 +169,7 @@ Other candidate changes:
      +1: rhuijben, brane
 
  * r1666965, r1667120
-   Reduce 'the lag' of the first svn log results over mod_dav.
+   mod_dav_svn: Emit the first few 'svn log' items as soon as they are available.
    Justification:
      A slow svn log makes users call Subversion slow. This fixes the
      perceived performance problem by no longer optimizing just for
@@ -184,8 +184,8 @@ Other candidate changes:
      $ svn log -q ^/subversion/trunk
      .
      This currently takes > 10 seconds before the first result using
-     the EU mirror for me. With --limit 1 (best comparison with post-patch)
-     that would be 0.2 seconds.
+     the EU mirror for me. By comparison, 'svn log --limit=1' takes
+     0.2 seconds.
    Votes:
      +1: rhuijben, philip
      -0.3: julianfoad (can make a huge improvement to the user experience, but: