TFS 中的供应商分支

发布于 2024-12-17 09:27:08 字数 194 浏览 1 评论 0原文

在 Subversion 中,有一种名为 供应商分支 的模式来跟踪所做的更改我自己在第三方项目中。我不太确定如何在 TFS 中执行此操作,有什么最佳实践吗?此过程在 TFS 中还有其他名称吗?我找不到类似这种行为的东西。

In Subversion there is a pattern called Vendor branches to keep track of changes made by my self in a third party project. I´am not really sure how to do this in TFS, are there any best practicies? Is this procedure called anything else in TFS? I cant find anything like this behaviour.

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

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

发布评论

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

评论(1

失退 2024-12-24 09:27:08

在 svn 中,供应商分支只是一种约定,就像 trunk/tags/branches 顶级文件夹只是约定一样。您可以在 TFS 中实现相同的约定。

如果您是项目的第三方贡献者,并且具有 TFS 访问权限,那么您自己的分支确实有意义。这种模式的一个优点是,该项目的所有者可以让您控制供应商文件夹,并且您可以拥有自己的一组子分支,您可以将它们相互合并,或者项目所有者可以合并到他的主干或版本分支。

In svn, vendor branches are just a convention, like the trunk/tags/branches top folders are just convention. You can implement the same convention in TFS.

If you are a third party contributor to a project, and have TFS access, your own branch does make sense. One advantage of this pattern is that the owner of this project can give you control over your vendor folder, and you can have your own set of sub branches, which you can merge into each other, or the project owner can merge into his trunk or version branches.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文