Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View entire check in history TFS

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 history NOT just for a single file.

That's helpful when I need to use it, but I want a bigger history so I can just see EACH check in and what comments I put next to it.

If I select the solution or the main project, for whatever reason, I only get a subset of the checkins done (I assume because changes did not directly affect those higher levels, but not sure)

like image 355
baron Avatar asked Oct 13 '10 00:10

baron


1 Answers

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 ?

like image 112
softveda Avatar answered Sep 18 '22 13:09

softveda