Category: Version Control

Viewing All of the Git Repositories in your TFS Team Project within Visual Studio 2013.3

I recently reconnected to a TFS 2013.3 Team Project after quite a while away.  I knew that additional Git repos had been added to the team project, but Visual Studio 2013.3 was not displaying them in Team Explorer.  It turns out that you need to click the Refresh button (see the red rectangle, below) to …

Continue reading

Redirecting TFS Command Output to Files

Solved: The working folder is already in use by the workspace

Where TFS Connections Are Stored

I am migrating from one dev machine to another and wanted to export/import my TFS connections for Visual Studio 2010.  It turns out they are all stored in the following registry key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\TeamFoundation\Instances If you’re looking for the Visual Studio 2008 entries, they are located here: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers Rob