Subversion 1.8 CHANGES

1.7.x was branched in r1145993. 1.8.x was branched in r1467414. Doing a little bit of counting...

... we find that there are 6891 changes on trunk that need to be reviewed for CHANGES. We can split those into blocks of 500:

svn log http://svn.apache.org/repos/asf/subversion/trunk -q -r1467414:r1145993 | grep ^r | awk 'NR%500==1'
r1467341 | pburba | 2013-04-12 17:38:33 +0100 (Fri, 12 Apr 2013)
r1451236 | rhuijben | 2013-02-28 15:36:31 +0000 (Thu, 28 Feb 2013)
r1440325 | rhuijben | 2013-01-30 10:05:37 +0000 (Wed, 30 Jan 2013)
r1428621 | julianfoad | 2013-01-03 21:51:03 +0000 (Thu, 03 Jan 2013)
r1413030 | brane | 2012-11-23 18:57:44 +0000 (Fri, 23 Nov 2012)
r1395840 | hwright | 2012-10-09 02:44:34 +0100 (Tue, 09 Oct 2012)
r1367056 | philip | 2012-07-30 12:13:21 +0100 (Mon, 30 Jul 2012)
r1347620 | philip | 2012-06-07 15:01:05 +0100 (Thu, 07 Jun 2012)
r1334956 | stsp | 2012-05-07 12:18:06 +0100 (Mon, 07 May 2012)
r1309992 | mattiase | 2012-04-05 19:23:42 +0100 (Thu, 05 Apr 2012)
r1293011 | hwright | 2012-02-23 22:57:53 +0000 (Thu, 23 Feb 2012)
r1214773 | danielsh | 2011-12-15 14:25:54 +0000 (Thu, 15 Dec 2011)
r1182975 | stefan2 | 2011-10-13 17:52:13 +0100 (Thu, 13 Oct 2011)
r1157389 | neels | 2011-08-13 17:30:55 +0100 (Sat, 13 Aug 2011)

Status

Reviewing a block of changes is simple. Just assign one of the revision ranges below to yourself, note its magic revision, then run svn log --limit 500 http://svn.apache.org/repos/asf/subversion/trunk@MAGIC_REV and update CHANGES. Don't forget cross-check with changes already backported to 1.7.x to eliminate duplicates. Specifically, you probably want to exclude any revisions reported by svn mergeinfo -rMAGIC_REV:PREV_MAGIC_REV ^/subversion/trunk ^/subversion/branches/1.7.x --show-revs=merged.

Magic Rev

Range Owner

Status

r1467341

breser

DONE

r1451236

stsp

DONE

r1440325

stsp

DONE

r1428621

philip

DONE

r1413030

stsp

DONE

r1395840

stsp

DONE

r1367056

cmpilato

DONE

r1347620

cmpilato

DONE

r1334956

stsp

DONE

r1309992

stefan2

DONE

r1293011

stefan2

DONE

r1214773

cmpilato

DONE

r1182975

stefan2

DONE

r1157389

stefan2

DONE

  • No labels