
Okay, here's what I did: looked at http://svn.boost.org/trac/boost/log/branches/RC_1_34_0 for the first revision of the RC_1_34_1 branch, which turned out to be 37476.
Then I did:
svn co https://svn.boost.org/svn/boost/trunk boost-merge cd boost-merge && svn merge -r37476:HEAD https://svn.boost.org/svn/boost/branches/RC_1_34_0/boost .
That merged all the changes from the 1.34.0 branch into the trunk. It seemed to actually be quite smart, avoiding most changes that were already done in both the trunk and the branch. The list of files, with their codes, and the last person to modify them on the trunk, is attached here:
I'm confused about this. Shouldn't this have merged the changes from the RC_1_34_1 rather than from RC_1_34_0 ? Robert Ramey