Author: rhuijben
Date: Mon Feb 24 10:26:35 2014
New Revision: 1571217
URL: http://svn.apache.org/r1571217
Log:
* STATUS: Nominate r1571214.
Modified:
subversion/branches/1.8.x/STATUS
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1571217&r1=1571216&r2=1571217&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Feb 24 10:26:35 2014
@@ -179,6 +179,16 @@ Candidate changes:
overkill. The whole thing can be implemented with simple
atomic operations while mutexes may be a limited resource)
+ * r1571214
+ Avoid adding duplicated rows in an sqlite hint table when calling
+ 'svn upgrade' repeatedly on a working copy.
+ Justification:
+ Adding the same information multiple times is not a problem for sqlite,
+ but it adds unnecessary information to wc.db, which will be slightly
+ bigger than necessary in this corner case.
+ Votes:
+ +1: rhuijben
+
Veto-blocked changes:
=====================