wywy
wywy

Reputation: 61

TFS power tool shell extention icon overlay appear on files/folders not under source control

I'm running Windows XP Professional SP3, with Visual Studio 2010 Professional. I installed the latest version of TFS power tool lately. Just now I found out that the icon overlay of the shell extension appear over ALL the files/folders inside the mapped folder of my team project, including those not under source control, such as log files, bin, debug, release folders etc..

When I right click those folder, I can see the TFS context menus. But when I tried to view the history, it shows an error message saying that the item "could not be found in your workspace, or you don't have the right to access it."

I used another PC which is connected to the same TFS server. I mapped the same team project to a local folder. There is no problem with the shell extension icon overlay. Those files/folders not under source control are shown without the TFS overlay.

Anyone know how to solve this?

Upvotes: 1

Views: 2009

Answers (1)

kroonwijk
kroonwijk

Reputation: 8400

There are potentially more mappings pointing to your local system from source control than you recognize. For a hard reset of your workspaces perform the following steps:

  1. Make sure all local changes you want to keep are checked in
  2. Remove all workspaces that mapping to your local system (make sure that is performed for any user on that client system if there are multiple users)
  3. Remove the mapped folders and their content physically from disk
  4. Make a new mapping from source control to a new physical folder
  5. Get latest version of your source code.

Upvotes: 0

Related Questions