From Visual Studio select File | Source Control | Change Source Control. This dialog allows you to unbind your solution and projects from source control.
- Rich Knox [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
I meant without involving VS.NET. That is, editing the .sln and/or .csproj files and/or others.
As an example, I've taken a solution I want to use as a sandbox project -- based on an existing VSS project -- saved it to a non-Working Directory and deleted all the *.*scc files. I then edited the .sln removing the GlobalSection that referred to source control, and I scanned each of the .csproj files involved, looking for any reference to source control -- didn't find any.
When I open the .sln, I still get "This solution appears to be under source control, yet..."
Editting the .sln and .csproj is discouraged and not supported. Just copy the solution to the non-working directory and open it in VS. Then use Change Source Control to remove the source control association. After this it won't complain about source control.
- Rich Knox [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.