Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User Check-In History in Visual Studio 2012 / 2013

In Visual Studio 2010, I was able to view the check-in history of a particular user from Team Explorer -> Team Project -> Team Members -> Right-click on a user name -> Show Check-in History.

I just can't find such option in Visual Studio 2012/2013 after the drastic Team Explorer UI re-design.

like image 754
Borislav Ivanov Avatar asked Oct 02 '12 07:10

Borislav Ivanov


People also ask

Does Visual Studio have local history?

Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version.

How do I get a specific changeset in TFS?

Take searching for a changeset in Visual Studio's TFS Source Explorer. Luckily if super easy to do! When you're in the Source Explorer, simply press Ctrl + G and the Find ChangeSet dialog will appear.

How to see changes made in Visual Studio?

Visual Studio maintains a history of file changes. Modified files are marked with a red check mark in the Solution Explorer. You can compare your changes with the original file by right-clicking on the file name and selecting Compare with Unmodified. The Diff window shows new code in green and removed code in red.


1 Answers

You can achive this functionality trough Source Control Explorer. Right mouse button click on folder in Source Control Explorer, then select Find / Find Changeset. In this window on image below you can select user and see only changesets by this pariticular user.

enter image description here

like image 53
Antonio Bakula Avatar answered Oct 23 '22 04:10

Antonio Bakula