Sign in | Join
Last post 05-12-2008 5:12 AM by Thomas Sun – MSFT. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
I have all admin roles in TFS, I saw several files checked out without checked in, I saw a tooltip saying "checked out by someone else or in another place". But how to know who checked out the file?
Hi,
If you want to know who have files checked out in TFS, you can try to use the following command, for example:
C:\>tf status /user:* /s:http://tsweb:8080
For more information, see http://blogs.vertigosoftware.com/teamsystem/archive/2006/07/24/3125.aspx
I hope this helps.