How do I change the local path of a subfolder in TFS (not the whole workspace)?

If you want to change the local path for the working directory of the Team Foundation Server (TFS), you need to go to File -> Source Control -> Workspaces (File -> Source Control -> Advanced -> Workspaces for VS2017), then select your workspace (it should match your computer name) and click Edit. In the next … Read more

TFS Error: Unable to determine the workspace for this solution

What I ended of having to do was re-map the workspace within the Visual Studio 2010 IDE. From the Visual Studio IDE Navigate to FILE->Source Control->Workspaces You will see a list of workspaces. Create a new workspace that points to your local project directory and the location of the source control folder on TFS. It … Read more

TFS Workspaces across VS 2010 and 2012?

TFS 2012 introduces a new concept called local workspaces, which differ subtly from the behavior of workspaces in previous versions of TFS (the old default behavior is now called a server workspace.) Local workspaces do not require read-only files and instead allow files to be edited without checking out from the server, and they are … Read more

Can’t add server to a moved workspace

I had a similar problem, but my solution is a little simpler. The problem was causesd by renaming the original folder that was referenced by the server definition. Go to Window/Preferences/Server/Runtime Environments, remove the broken reference. Then, click ‘Add’ to create a new reference, select the appropriate tomcat version, click next and you’ll see the … Read more