Sebastian Brandt wrote on Fri, Nov 11, 2011 at 10:22:31 +0100: > How can I find out in which subversion releases the r878607, r916286 > and r1064734 are included?
Use the 'svn mergeinfo' command on Subversion's repository: % U=http://svn.apache.org/repos/asf/subversion % svn mergeinfo --show-revs=eligible $U/trunk $U/branches/1.6.x | grep r1064734 They are included in the 1.7.x line: % $svn log --stop-on-copy -r 0:HEAD -l1 -q ^/subversion/branches/1.7.x ------------------------------------------------------------------------ r1145993 | hwright | 2011-07-13 16:12:22 +0300 (Wed, 13 Jul 2011)