我们可以在 TFS 2008/2010 中为开发、QA 和生产创建单独的存储库吗
我们希望为开发、质量检查和生产代码创建不同的存储库。
是否可以为代码创建单独的存储库,并同时访问它们,以便我们可以控制所有代码?
我们存储和访问开发、QA 和生产代码时遵循的标准方式是什么?
We want to create different repositories for Development , QA and production code.
Is it possible to create separate repositories for the code, and access them at same time so that we can have control over all the code?
What is the standard way we follow to store and access development , QA and prodcution code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能希望拥有一个团队项目集合,其中包含所有代码的团队项目。在该团队项目中,您将设置一个“主”或“主干”,其中包含用于 QA 的分支和用于开发的 QA 分支的子分支。
You would probably want to have a single team project collection with a team project for all of your code. Within that team project, you would set up a "Main" or "Trunk" with a branch for QA and a sub-branch off the QA branch for Development.