Possible Duplicate:
Other users checkouts are not visible in Source Control Explorer (TFS Express)
For TFS 2010 I used Team Foundation SideKicks to check if someone in our team had files checked out.
In TFS2012 Team Foundation Sidekicks does not work anymore.
So i'm trying to figure out how to see if someone (anyone) has checked out files. So I checked some files out myself, to test things.
First: In VS2012 > Source Control Explorer > Rightmouse on $\ (top root node) > Find > Find By Status > Path": $/, Wildcard left empy > Checked Recursive > Checked Status > Checked Display all checked out. > Find button.
Result: nonthing!!! No items found. HUH???????? How is this possible. I have checked out files, if i browse to that node, i see checked out files. What is going on here????????
Is this a bug???
Second: Command line:
tf.exe status $/ /s:http://[server]:8080/tfs /recursive
Message:
Changes from local workspaces will not be displayed when using the /user option
if a workspace is not supplied or if that workspace is on another machine.
There are no pending changes.
I think this is because we are using Local workspaces? I want to still use local workspaces.
But how do i check if someone has files checked out?