I'm looking to script a very common yet neglected till the last minute action, SVN merge.
Ideally it should run for the current user and for lets say the last 2 days' commits under your name. So in a scenario where you've worked on a branch, running this script will merge your changes to trunk and launch the commit dialogue, so you can verify before committing.
Our branching strategy allows for a trunk-branch1-branch1.1, so you'll start at the end and merge your way to trunk.
Given we're a large number of developers I'm not looking for the silver bullet, but rather something that can facilitate the process.
I had a look at the svn command (mergeinfo) but there not sure how to apply the 'by user' filter.
Much appreciated