本文介绍了如何分支没有分支文件夹的 TFS 团队项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个这样的团队项目:
i have a Team project like this:
DefaultCollection
-Project 1
-Project 2
-Project 3
-Somefile.txt
-Somefile2.doc
所有文件和项目都在团队项目的根目录中.我没有trunk"和branches"文件夹.如何为整个项目创建一个新分支?
All files and projects are in the root of the Team Project. I don't have "trunk" and "branches" folder. How can i create a new branch for the entire project?
推荐答案
创建一个新的团队项目(DefaultCollection-Branch1).
Create a new Team Project(DefaultCollection-Branch1).
右键单击 DefaultCollection-Branch1 > 分支和合并 > 转换为分支.
Right click on DefaultCollection-Branch1 > Branching and Merging > Convert to branch.
右键单击 DefaultCollection > 分支和合并 > 合并 > 选择目标为 DefaultCollection-Branch1
Right click on DefaultCollection > Branching and Merging > Merge > Choose Target to be DefaultCollection-Branch1
这篇关于如何分支没有分支文件夹的 TFS 团队项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!