1

I am trying to merge all my TFS Projects into a single project, as recommended.

However, all the tools seem pre TFS 11 (2012), and haven't been updated since.

Can anyone point me in the correct direction?

Stuart.Sklinar
  • 3,683
  • 4
  • 35
  • 89
  • It doesn't look like they have anything yet. Why not do the upgrade, create a new team project for all of the code and then branch everything in from the old to the new? – Mike Cheel Apr 15 '14 at 13:21
  • Can you branch between collections!? – Stuart.Sklinar Apr 15 '14 at 13:36
  • Not to my knowledge. Do you have more than one collection? If you can setup a test environment you might try the integration tools from 2012 and see how it goes. I wouldn't do it on production until practicing first though. – Mike Cheel Apr 15 '14 at 13:50
  • We have many collections (as per team/company), but within a single collection many projects, we wish to take many projects to one, for a given single collection – Stuart.Sklinar Apr 15 '14 at 15:26
  • 1
    I dont think you can go cross collection but you can definitely create a new team project and branch from the others into it. – Mike Cheel Apr 15 '14 at 16:26

2 Answers2

1

TFS Integration Tool can helps you. It works fine with TFS2013 for workitem and source control migration.

Larcend
  • 66
  • 3
1

If you mean to integrate only the source code of multiple team projects into a team projects with in single collection then you can use Move version control operations to move source code.

If you want to migrate work items as well then you need to use TFS Integration tools.

Jehan33
  • 3,780
  • 2
  • 21
  • 16