... which lead to another important point: 95% of our merge operations are made out of "svn merge --reintegrate". Maybe a special case, but something heavily used in our development cycle. All the candidates for merge --reintegrate would not appear as "eligible" here.
That seems odd - to use --reintegrate you have to first merge the parent
to the feature branch. So I'd expect.
create branch
multiple copies each of
hack on branch
merge trunk to branch
reintegrate merge
delete branch
In our world, 95% of merges are parent to feature branch.
pgplhxMsFuHnD.pgp
Description: PGP signature
