处理 TFS 中死分支的最佳方法是什么?

发布于 2024-07-15 19:16:29 字数 192 浏览 5 评论 0原文

在TFS中,标记死分支的最佳方法是什么? 你搬家了吗? 分支发布了吗? 删除它? 重命名吗? 对于这些方法中的每一种,您都遇到了哪些问题? 有哪些优点?

如果有一个简单的界面解决方案,可以在特定分支被标记为死亡时简单地标记或过滤当前视图,那就太好了。 这样你就不必做一些永久性的事情,比如重命名或删除分支。 。 。

In TFS, what is the best way to mark dead branches? Do you move your branch? Branch release it? Delete it? Rename it? What problems have you run into for each of these approaches? What are the good points?

It would be nice if there were a simple interface solution that would simply mark or filter the current view if a particular branch was tagged as dead. That way you wouldn't have to do something permanent like rename or delete a branch . . .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

倾城°AllureLove 2024-07-22 19:16:29

删除不是永久性的,所以我会选择这个选项。

然后,您可以选择是否在 SCE 中查看已删除的项目(工具 -> 选项 -> 源代码管理 -> Visual Studio Team Foundation Server -> 在源代码管理资源管理器中显示已删除的项目)。

如有必要,您可以选择取消删除分支。

Deletion isn't permanent, so I'd go with this option.

You can then opt whether or not to view deleted items in SCE (Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Show deleted items in the Source Control Explorer).

And you can choose to undelete the branches if necessary.

零時差 2024-07-22 19:16:29

合并回主干后,我们删除它们确实比将它们隐藏在工作区中容易得多,请参阅 Ian 关于删除不是永久性的。

After merging back to the trunk we do delete them much easier than having to cloak them in workspaces, see Ian's about deletes not being permanent.

二智少女猫性小仙女 2024-07-22 19:16:29

我们将枯死的分支移至项目的存档区域。

  • 因为分行便宜
    TFS,不存在空间问题。
  • 当有人尝试添加同名的新内容时,删除可能会导致奇怪的问题。
  • 移动它们可以继续使用注释(又名责备)等功能,它允许钻取分支以查看完整的更改历史记录。

We move our dead branches to an archive area of the project.

  • Because the branches are cheap in
    TFS, there is not a space concern.
  • Deletion can cause bizarre problems when someone attempts to add something new with the same name.
  • Moving them enables continued use of features like Annotate (a.k.a. blame), which allows drilling through branches to see a full history of changes.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文