Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see the Check-In History of a particular user in TFS?

How to see the Check-In History of a particular user in TFS (TFS-2008)?

like image 706
Yaqub Ahmad Avatar asked Dec 22 '11 05:12

Yaqub Ahmad


People also ask

How do I search TFS history?

Navigate to TFS in your browser, go to code, click on changesets, then advanced search. You can filter by user and date range. You can not search by comment, but if you have a general date range in mind then you can filter it down then use the browsers search (ctrl + f).

Can we undo checkin in TFS?

Hi, You can do "tfpt rollback" which will pend the necessary changes. If you want the rollback to be committed by a different service/person than the service/person who runs tfpt, have it/them shelve the changes first.


1 Answers

How to: Find a Changeset in Visual Studio 2010:
In Source Control Explorer, on the File menu, point to Source Control, and then click Find Changesets.

For some reason newer versions of the article are in a different location. Here are links to newer versions of the article:
How to: Find a Changeset in Visual Studio 2012
How to: Find a Changeset in Visual Studio 2013

Visual Studio 2013 menu location

Find Changesets

like image 148
Yury Kozlov Avatar answered Oct 16 '22 18:10

Yury Kozlov