Is there any easy way of migrate files version from SourceGear Vault to TFS?
TIA
JL
Is there any easy way of migrate files version from SourceGear Vault to TFS?
TIA
JL
Not really. TFS isn't too good about importing history.
On the plus side, this is your chance to rearrange your source code tree.
MS have created a toolkit for creating import and export tools.
But a quick search doesn't show (in the first few hits) anyone who has done the hard work.
Another option is to import current state (just perform a TF add into an Import branch ad then branch into your working project), and keep Vault around for when you need to look at history.