TFS 2010 - command line to convert to branch

TFS provides the commmand line utility, which covers most areas. However, I am creating a script that will create the folder and branch structure in the specified project.

To do this, I need to convert my Truck to a branch, and then further create branches from there. I can not find a team that does this.

So far I have found a link that is intended to convert a folder to brnch, but does not have a link to a command line utility, unlike other descriptions.

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

+5
source share
1 answer

The answer to a more detailed question is MSDN Forums

TL DR

tfpt branches /convertToBranch

+7

All Articles