I have added my solution to SourceSafe using Visual Studio.
Then in the SourceSafe client I have Shared(and branched) one of the project folders.
Now, back in Visual Studio, I want to change the source control location for that project to the branched source location. But when I select Change Source Control, I can’t select that one project in the list: no matter what project I select, all the projects in the solution show as selected, and if I try to change the location for that project, it complains that I’m trying to set the source control folder for the SOLUTION to an invalid folder.
What do I need to do to separate the source control down to project level such that source control folder mappings can be done on a project level?
I have added my solution to SourceSafe using Visual Studio. Then in the SourceSafe
Share
Yup, it turns out I had to unbind my solution from source control. Then use the Change Source Control dialog to bind each project of my solution individually.