Monday 5 March 2012

Removing VSS files from a solution

Remove the Read-only Attribute of the files

Remove the mssccprj.scc, vssver.scc <solution>.vspsscc and <solution>.suo files in the solution folder
Remove the mssccprj.scc, vssver.scc and <project>.csproj.vspscc files in the project folder

Remove the GlobalSection(SourceCodeControl) in the solution (<solution>.sln) file

Remove the following lines from the vb project file (<project>.vbproj/<project>.csproj):
  • SccProjectName = "SAK"
  • SccLocalPath = "SAK"
  • SccAuxPath = "SAK"
  • SccProvider = "SAK"
or
  • <SccProjectName>SAK</SccProjectName>
  • <SccLocalPath>SAK</SccLocalPath>
  • <SccAuxPath>SAK</SccAuxPath>
  • <SccProvider>SAK</SccProvider>

Remove vssver.scc in all folders




No comments:

Post a Comment