Tracking SVN changes through multiple merges
Posted
by Paul D.
on Stack Overflow
See other posts from Stack Overflow
or by Paul D.
Published on 2010-04-14T18:36:18Z
Indexed on
2010/04/20
14:43 UTC
Read the original article
Hit count: 191
At work we use a branching strategy where all changes start off in a development branch, then subsequently make their way through one or more integration branches, and finally end up in a release branch.
Occasionally (more often than I'd like) I find myself needing to figure out where a particular change originated (which development branch). In this case I have to spend a considerable amount of time playing detective to trace a change backwards through 2-3 merges.
Am I missing an easy way to do this?
© Stack Overflow or respective owner