5

TFS exposes a commmand line utility which covers most of the areas. However I am creating a script which will create the folder and branch structure within a specified project.

For this i need to convert my Truck to a branch and then further create branches from there. I cannot find the command which does this.

So far I have found this link which desribes to to convert a folder to a brnch, but has no reference to the command line utility unlike the other descriptions.

Does that mean that the command line utility does not support this?

Ewald Hofman
  • 12,688
  • 3
  • 39
  • 44
Looneystar
  • 146
  • 14

1 Answers1

7

The question is answered in more detail on the MSDN forums

TL;DR

You can use the tfpt branches /convertToBranch from the power tools

Jim Counts
  • 12,535
  • 9
  • 45
  • 63
Ewald Hofman
  • 12,688
  • 3
  • 39
  • 44