VSS to TFS migration

551 views Asked by At

I have migrated from VSS to TFS. But some of my team members have checked in some modifications to VSS again. How to migrate these changes to TFS again?

1

There are 1 answers

0
Jason Williams On

I'd:

  • Use history on VSS to determine what files they have changed
  • Get those changes into your VSS workspace, and check out the equivalent files in your TFS workspace
  • Copy the changed (VSS) files over the ones in your TFS workspace
  • Build, Test, Check-in to TFS
  • Use the VSS Admin tool to revoke all write access to your SourceSafe code-base so it doesn't happen again.
  • Get developers to uninstall VSS if it is no longer needed, so it doesn't happen again