How to get the list of all “Change Sets” of a user in TFS?

前端 未结 4 1171
遇见更好的自我
遇见更好的自我 2021-01-30 08:38

I just want to get the list of all change sets of a user in TFS. I want only the id of the change set, and a link to all items which are being checked in as part of that change

4条回答
  •  孤城傲影
    2021-01-30 09:17

    For Visual Studio 2013

    1. Open Source Control Explorer
    2. Right click on the repository you want to search
    3. Select Find => Find Changesets
    4. The "Find Changesets" window will open where you can filter by username.

    TFS repository context menu

提交回复
热议问题