Daniel Shahaf wrote: > [...] write a script that: > 1. Queries the repository for trunk revnums that have been merged to the stable branch since the last tag;
See attached "svn-revs-backported.sh". > 3. Synthesizes a CHANGES-like listing [...] That's one reasonable option. I do also wonder if we couldn't implement something that more directly queries 'svn' and displays the result. That is, start designing and implementing some more powerful querying, starting with "changes in 1.10.x but not in 1.10.3". -- - Julian
svn-revs-backported.sh
Description: application/shellscript