Author: hwright
Date: Fri Sep 30 15:29:43 2011
New Revision: 1177699
URL: http://svn.apache.org/viewvc?rev=1177699&view=rev
Log:
Approve a couple of items for 1.7.1, along with a request not to merge them
prematurely.
Modified:
subversion/branches/1.7.x/STATUS
Modified: subversion/branches/1.7.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1177699&r1=1177698&r2=1177699&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Fri Sep 30 15:29:43 2011
@@ -70,15 +70,6 @@ Candidate changes:
Votes:
+1: pburba
- * r1164386
- Avoid an expensive database operation in 'svn info'.
- Justification:
- Improves performance of 'svn info' on a single unmodified node by 20-30%,
by
- moving an in most cases unneeded database call in the error handling.
- Votes:
- +1: rhuijben, hwright
- +1: gstein (for 1.7.1)
-
* r1164426, r1164614
Fix STMT_SELECT_NODE_CHILDREN_WALKER_INFO for correctness and speed.
Justification:
@@ -94,14 +85,6 @@ Candidate changes:
performance should be better, I wonder if that's
been tested at all)
- * r1167659
- Don't sort an already sorted array in svn_sort__hash().
- Justification:
- Possible performance improvement for merges, and doesn't cost anything.
- This function is used to sort mergeinfo catalogs, among other things.
- Votes:
- +1: stsp (for 1.7.1), rhuijben (for 1.7.1), pburba
-
* r1174111
Use the correct function to copy repositories in the testsuite.
Justification:
@@ -170,6 +153,24 @@ Veto-blocked changes:
Approved changes:
=================
+[ Note: Please don't merge these until after 1.7.0 is released, just in case. ]
+
+ * r1164386
+ Avoid an expensive database operation in 'svn info'.
+ Justification:
+ Improves performance of 'svn info' on a single unmodified node by 20-30%,
by
+ moving an in most cases unneeded database call in the error handling.
+ Votes:
+ +1: rhuijben, hwright, gstein
+
+ * r1167659
+ Don't sort an already sorted array in svn_sort__hash().
+ Justification:
+ Possible performance improvement for merges, and doesn't cost anything.
+ This function is used to sort mergeinfo catalogs, among other things.
+ Votes:
+ +1: stsp, rhuijben, pburba
+
* r1177001
Update bash_completion to match 1.7 commands and options.
Justification:
@@ -177,4 +178,3 @@ Approved changes:
Votes:
+1: philip
+0: danielsh
-