I am working in Visual Studio 2013 with Team Foundation Server 2012. We are in the process of migrating from another source control application and trying to set up TFS.
Our current process is for every developer to have a C:\dev folder on their local PC. The code for each project is checked out to C:\dev, so you have C:\dev\ProjectA, C:\dev\ProjectB, etc. The code for each project is directly in the Project folder under dev. Each project remains separate, just contained in one main folder.
In TFS if I try to map multiple projects to C:\dev I get an error stating "The local folder could not be set to C:\dev because it is already the local folder for another server folder."
I can map the main project collection to C:\dev, but then the projects start looking like C:\dev\ProjectA\Main, C:\dev\ProjectB\Main, etc. We are trying to minimize the folder levels and keep it the same as our current setup.
The other option is to map each individual branch under the Main folder to the specific C:\dev folder it belongs to, but this seems like (needless) extra work.
Is this possible? Or do we need to change our folder structure?
Thanks in advance.