Reputation: 1327
We recently moved all of our source to TFS from SourceSafe but forgot to get the latest versions from SourceSafe before doing so! Huge mistake.
Is there a way that I can compare files in SourceSafe with those in TFS to view the differences or any solution?
Upvotes: 0
Views: 358
Reputation: 1473
A quick and dirty solution would be to get a checkout of the initial checkin of TFS and a latest version from SourceSafe. Then check out all files for edit in TFS and paste over the latest version from SourceSafe.
This will give a list of pending changes that should give the difference between the two.
Be very careful with this, as it can break a lot of things.
Upvotes: 0
Reputation: 161773
No, you can't compare between the two systems.
But you can create a TFS workspace and do a Get Latest into it, then do the equivalent in SourceSafe, then compare the two disk versions of all the files you like. If your diff tool allows it, you can even do folder comparisons.
Upvotes: 2