Question

Using Visual SourceSafe 6.0 and Visual Studio 2005. I recently copied a project from one directory. Made changes to it to serve a different purpose. Changed the name of the project and put it in a new directory. I then Added the project back into SouceControl with a new directory. However, every day when I log in and get latest version on the the two projects. All of the files are replaced every day. Even though, no changes have been made to one of the projects in months.

Is there anything that would cause this to happen day after day? Was there a config file somewhere that didn't transfer correctly?

Any help is much appreciated.

Était-ce utile?

La solution

In order to remove source control from a sln you must do the above. From my experience, everything else maybe fail.

  1. Remove all .vsscc , .vspscc and .scc files from ALL folders.

  2. ReadOnly false all files.

  3. Open sln with an editor and remove GlobalSection(SourceCodeControl) = preSolution Section.
  4. Open each prj with an editor and remove all tags that starting with Scc.
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top