Possible duplicate:
Other user checks are not displayed in Source Control Explorer (TFS Express)
For TFS 2010, I used Team Foundation SideKicks to check if someone from our team has been verified.
In TFS2012, Team Foundation Sidekicks no longer works.
So, I'm trying to figure out how to find out if someone (someone) checked the files. So I myself checked some files to check them.
First : In VS2012> Source Explorer> Right key on $ \ (top root of node)> Find> Find by Status> Path ": $ /, Substitution Left Empy> Recursive Checked> Checked Status> Checked Displays all posted.> Search button.
Result: nothing !!! Nothing found. HUH ???????? How is this possible. I checked the files, if I look at this node, I see the extracted files. What's going on here????????
This is mistake?
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 use local workspaces? I want to use local workspaces.
But how can I check if anyone has files?
source share