views:

138

answers:

1

We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual Source Safe. Just to have a backup server ready in case the Team Foundation Server rot out and we can quickly shift back to Visual Source Safe server which we once used to work with.

Thanks.

+1  A: 

Don't. TFS server is much more robust and reliable than SourceSafe. If anything is going to rot, it'll be the SourceSafe backup or the mechanism you use to keep SourceSafe synced to the latest TFS code.

Just keep everything in TFS, back up the databases/server in the traditional way, and run diagnostics regularly to detect problems at the earliest opportunity.

Jason Williams
Ramiz Uddin
also thought vssconverter might have such option ... any idea?
Ramiz Uddin
You could back up the source to VSS - I guess GLV and then check in to SourceSafe would be the easiest route, as I'm not aware of any tools to migrate "backwards" to SourceSafe. But how would SourceSafe benefit you? A database backup or database replication onto a different server will be much quicker and more reliable. Using SourceSafe to back up TFS is like putting an oil tanker in a plastic bag in case it leaks!
Jason Williams