remove solution from the SourceControl

  • Thread starter Thread starter Bad_Kid
  • Start date Start date
B

Bad_Kid

How can solution (asp.net web page) be removed from the SourceControl?
Do I have to make a new "blank solution" and add in it all projects one by
one?
 
How can solution (asp.net web page) be removed from the SourceControl?
Do I have to make a new "blank solution" and add in it all projects one by
one?

In Visual Studio select File, Source Control, Change Source Control. There
you can disconnect the solution and/or each project from source control.
 
You can delete .vss and .scc files in dir of project and change read only
attribute of files.
 
Back
Top