Using TFS Labels like SourceSafe Labels

2019-05-05 08:45发布

We have a fairly standard release procedure using Visual Source Safe for labeling a build before it is released. This allows us to do a get from that label if there are any problems and use it to branch if changes are necessary.

We have several different projects and always label using the builds version number. e.g. "V1.0"

After moving some projects to TFS we have noticed that if you try to label using the same version number as another solution e.g. Solution A and Solution B both release "V1.5" then TFS will not let you do this as the Label name is treated globally. After reading a few blogs on the subject which discusses how TFS labels are not a point in time but a collection of files I am thinking that we will have to start including the project name in the label to get around this e.g. label as "Project A V1.5" and "Project B V1.5". Does this sound like the right approach?

标签: tfs
1条回答
smile是对你的礼貌
2楼-- · 2019-05-05 09:36

If you haven't read Brian Harry's Why TFS labels aren't like SourceSafe labels, please do.

Basically the answer to your question is YES!

查看更多
登录 后发表回答