TFS 2012 asks for all extracted files

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?

+4
source share
1 answer

Ok, I found a problem ....

When you edit the workspace in vs2012, in an expanded form (click the "Advanced" button when editing the workspace), there is a property "Location". For this, the value "Local" has been set. When we install it on the "Server", all the above requests work again.

This seems to be a new feature in TFS2012 / VS2012. And at the age of TFS2010 / VS2010, the default value was comparable to the "server".

The problem is resolved ....

+2
source

Source: https://habr.com/ru/post/1437761/


All Articles