Create new label base on set of label  
Author Message
AndyPham





PostPosted: Team Foundation Server - Version Control, Create new label base on set of label Top

Hi all,

I just wonder is there anyway that I could create new label from a set of defined label. For example, I have root label 1.0.0.0 and then have label for hot fix which could be individual file or a set of file like 1.0.0.1, 1.0.0.2, 1.0.0.3, and 1.0.0.4. Now I want to create new label 1.0.1.0 which will be the combination of 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, and 1.0.0.4.

If this feature is not available, is there anyway that I could work around

Thanks,

Best Regards,



Visual Studio Team System31  
 
 
Richard Berg MSFT





PostPosted: Team Foundation Server - Version Control, Create new label base on set of label Top

The best way to do this is with the client API. See if these examples are enough to get started. If not someone can mock up some code after the holiday.

 
 
Richard Berg MSFT





PostPosted: Team Foundation Server - Version Control, Create new label base on set of label Top



I'm not sure what you're trying to do, but branching & merging is likely to be the more robust option here.