2

We use TFS 2013 as source control solution, and we need to move a project from collection to another, is there any way to move this project including check-ins and code review notes?

thanks and regards.

user636553
  • 61
  • 4

2 Answers2

4

There's no easy way to move team projects between two existing collections. You can try TFS Integration Platform but it's not an easy task. You can also consider Splitting Team Project Collection so that you can delete your project from the original collection but it will stay in the new one (of course it will only work if you don't have the target collection right now).

Oleg Mikhaylov
  • 1,124
  • 7
  • 10
1

According to this answer https://stackoverflow.com/a/33563611/305916, mapping the two collections to the same folder, will introduce a "Move..." menu item...

Community
  • 1
  • 1
Dennis
  • 63
  • 1
  • 10