Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I made a mistake in my source control mapping. How do I correct it?

Tags:

tfs

I created a team project, say ProjectA When I mapped it to my local folder, I found that the root server folder: ProjectA folder is not mapped. However the ProjectA folder within that IS mapped to the project. This is a problem as the BuildProcessTemplate is not included in source control and I cannot build my application. How do I remove the mappings and start again?

like image 721
arame3333 Avatar asked Mar 13 '13 15:03

arame3333


1 Answers

On the source control explorer window in visual studio there is a drop down near the top for workspaces. When you originally mapped that folder, it created a workspace for you. If you want to change the mappings, it can be done by clicking the drop down and selecting the Workspaces... option. You can select your workspace and then click Edit.. to change mappings. You can also delete your current workspace and create a new one if you feel so inclined.

like image 121
James Tupper Avatar answered Nov 09 '22 00:11

James Tupper