Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tell when a file was checked out in TFS?

We've got an odd issue where we need to find out when a file was checked out by a consultant. Is there any way to do this in TFS or VS2008?

like image 597
IanCaz Avatar asked Jun 13 '12 16:06

IanCaz


People also ask

How do I see all checked out files in TFS?

Right-click on the highest level that you want to search for checked out files (like the root of the project collection) and click the Find menu –> Find by Status. Recursive, and click Status. Click Find. This will give you a list of all the files that are checked out.

How do I check my TFS history?

Right-Click If you have the Source Control Explorer or File List open, right-click the file you want to view and select Source Control > View History. Local Toolbar In the File List, select the file(s) you want to view. In the local toolbar of the File List, click , then select View History .

How do you check in and check out in TFS?

Right-click your project or project suite in the Project Explorer and then click Source Control > Check Out for Edit. Click Check Out for Edit on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and select Source Control). Start editing the needed project item.

Where is checkout file in TFS?

Simply go to View > Team Explorer then browse to the collection/project you are working on and double click on "Source Control" to open the source control explorer. This then will show you the directory listing system where you can see who has checked out which file and what kind of check out.


1 Answers

http://msdn.microsoft.com/en-us/library/9s5ae285%28v=vs.90%29.aspx

in short: TF.exe status /format:detailed /user:someone

like image 76
Nock Avatar answered Oct 02 '22 16:10

Nock