One of the problem most of the developer faces is to unbind the source code from Visual Source Safe or TFS before releasing it or transferring it.
Following steps can be followed to unbind the source code.
- Go to the Root folder of the Source code
- Remove the read only attribute of all the folders and files inside the folders by going to the property window
- Search for *.scc ,*.vssscc,*.vspscc and delete those files
- Open the solution file in your favorite text editor and remove the following section: GlobalSection(SourceCodeControl) = preSolution
...
EndGlobalSection - Open all the projects in your solution one by one in your text editor and remove the following lines:
SccLocalPath
SccAuxPath
SccProvider
Namastee!