问题
I find the 'Track Changeset' feature in TFS useful to allow me to visualise which changesets have been merged into Main which works as an audit when checking the state of our codebase.
However when a branch has been merged and subsequently deleted I am unable to retrieve the changeset that was merged. How do I discover that the newly deleted branch was brought into Main before being deleted?
This is trivial in SVN (as we have the 'Copy from path' and 'Revision' columns against each file). Therefore how would I do this in TFS?
回答1:
You can turn deleted files on in the UI. In visual studio go to Tools | Options | Source Control and select "Show deleted files".
I am not sure if your will get everything that you want but you should be able to trace the history.
来源:https://stackoverflow.com/questions/28896336/track-merged-changesets-from-deleted-branch