View entire check in history TFS

后端 未结 4 1443
野趣味
野趣味 2021-01-31 01:15

Have been searching all over the internet but struggling to find my answer to this simple question.

I\'m using TFS with VS 2010 and all I want to do is view the check in

相关标签:
4条回答
  • 2021-01-31 01:28

    Go to Home folder of the Source Control Explorer, right click on it and select "View History".

    0 讨论(0)
  • 2021-01-31 01:33

    To do this from the Solution Explorer:

    1. Right click the solution -> Source Control -> View History
    2. In the Source Location path textbox, delete '*.sln' from the path and press enter

    Just a simple way which doesn't require accessing the Source Control Explorer since I rarely have it open.

    0 讨论(0)
  • 2021-01-31 01:36

    Here is the solution for VS2017

    • Team Menu Item -> Manage Connections
    • Double Click your project
    • Hit Changes
    • Actions Link -> View History
    0 讨论(0)
  • 2021-01-31 01:43

    You can right click on any folder in the Source Control Explorer (not the solution opened in Visual Studio) and do view history. That should show all changes sets that has happened in that folder tree. Is this what you want ?

    0 讨论(0)
提交回复
热议问题