Track merged changesets from deleted branch

我的梦境 提交于 2020-01-16 04:26:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!