How to migrate from SourceGear Vault to TFS?
Asked Answered
S

3

7

Is there any easy way of migrate files version from SourceGear Vault to TFS?

Shrewmouse answered 24/2, 2009 at 20:0 Comment(0)
M
5

Not really. TFS isn't too good about importing history.

On the plus side, this is your chance to rearrange your source code tree.

Mesocarp answered 24/2, 2009 at 20:26 Comment(0)
U
1

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.

Ushijima answered 2/3, 2009 at 15:10 Comment(1)
Note: since this 2009 answer, Microsoft writes, "TFS Integration Platform was designed to work with Team Foundation Server 2012 and earlier. Use of these integration tools with TFS 2013 and 2015 may cause errors. TFS Integration Platform will not be supported past May 31, 2016...This project, issues and discussions are no longer tracked. Please use the MSDN forum instead: social.msdn.microsoft.com/Forums/vstudio/en-US/… "Marchioness
C
0

In my experience there is only a 'hard way'. I migrated all of the source code in my company from Vault 7 to Team Foundation Version Control 2015 through Git. So the short answer is 'no'.

If anyone is interested in a non-easy way, we migrated from Vault to Git to TFVC by using https://github.com/tomaskovarik/chalk and https://github.com/git-tfs/git-tfs

Curtsy answered 24/8, 2016 at 12:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.