TFS, Add solution to Source Control and some trouble along the way
March 7, 2008
OK - this is a question that keeps coming back to me. Again and again.
When you add a solution to Source Control in Team Foundation Server (TFS) for the first time there are several ways with their respectively pros and cons. This is how I do it:
- ith Source Control - create a folder hierarchy that is applicable for your project. Say for example
[ProjectName][SolutionName][Branch]
. For example$\SakDotNet\BrevMallar\Main
- Now open the solution in Visual Studio
- Right-click the solution and choose Add Solution to Source control… (Note! If you don’t see that choice in the menu see below)
- Source Control and Add file(s) for any additional files that not is included in the solution (or was missed by the way…)
Well - the simplest case is easy enough but if something goes wrong (as it just now did for me) there are some troubles...