views:

39

answers:

3

How to check file is checked out by whom? I'm using Team Explorer in Visual Studio 2010

+1  A: 

See this images Notes : its related to vs 2008 step1: alt text

step 2 : alt text

Pranay Rana
A: 

Use View -> Other Windows -> Source Control Explorer

or

Use an 3rd party tool like TFS Sidekicks (http://www.attrice.info/cm/tfs/)

Scoregraphic
+1  A: 

In source control explorer, find the file you're interested in, right click and go to properties. In there you will see a status tab that shows you where the file is checked out to (user & workspace) and any pending actions on the file.

Richard Banks