Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio?
I used to use: <
I got this to work by editing the solution file as well as deleting the *.*scc files.
Here's what I removed from the solution file:
Under the section:
ProjectSection(WebsiteProperties) = preProject
I removed the following 4 lines:
SccProjectName = ""$/HOS_amend.root/HOS", ENWBAAAA"
SccAuxPath = ""
SccLocalPath = ".."
SccProvider = "MSSCCI:Microsoft Visual SourceSafe"
Also removed the entire section:
GlobalSection(SourceCodeControl) = preSolution
After doing this when I open the solution I get the prompt with the option to "permanently remove bindings".