查看历史记录中的整个检查 TFS

我一直在网上搜索,但很难找到这个简单问题的答案。

我在 VS2010中使用 TFS,所有我想做的就是查看历史 没有中的检查,只查看一个文件。

当我需要使用它的时候,这很有帮助,但是我想要一个更大的历史记录,这样我就可以看到每个签入以及我在它旁边放了什么注释。

如果我选择解决方案或主项目,不管出于什么原因,我只完成了签入的一个子集(我假设这是因为更改没有直接影响到那些更高的级别,但不确定)

54401 次浏览

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 ?

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

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.

Here is the solution for VS2017

  • Team Menu Item -> Manage Connections
  • Double Click your project
  • Hit Changes
  • Actions Link -> View History