Author: rhuijben
Date: Wed Oct 19 12:05:25 2011
New Revision: 1186133
URL: http://svn.apache.org/viewvc?rev=1186133&view=rev
Log:
* STATUS: Approve the r1178942 group
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=1186133&r1=1186132&r2=1186133&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Oct 19 12:05:25 2011
@@ -53,13 +53,6 @@ Candidate changes:
Votes:
+1: pburba, rhuijben
- * r1178942, r1182527
- Fix issue #4009, "Big trivial text files merged MUCH slower than binary"
- Justification:
- Much improved merge performance for, well, trivial text file merges!
- Votes:
- +1: stsp, pburba
-
* r1185280, r1185282
Open SQLite databases as writable in some test code before we try to update
the database.
@@ -132,6 +125,13 @@ Approved changes:
performance should be better, I wonder if that's
been tested at all)
+ * r1178942, r1182527
+ Fix issue #4009, "Big trivial text files merged MUCH slower than binary"
+ Justification:
+ Much improved merge performance for, well, trivial text file merges!
+ Votes:
+ +1: stsp, pburba, rhuijben
+
* r1185222
Make 'svn add --parents D/file' work if D is deleted.
'svn add D; svn add D/file' would work.