标签 TF10169 上的 TFS 2010 分支错误
我无法在 TFS 中创建分支;当我尝试使用标签作为源将 $/MainCode 中的代码分支到 $/BranchCode 时,出现以下错误:
TF10169: 在团队项目文件夹 $/BranchCode 上尝试进行不支持的挂起更改。使用团队资源管理器中的项目创建向导创建项目,或使用团队项目删除工具删除项目。
为什么我需要创建或删除项目? $/MainCode 和 $/BranchCode 都存在......我不明白。
谢谢。
I can't create a branch in TFS; when I try to branch the code in $/MainCode to $/BranchCode, using a label as the source, I get this error:
TF10169: Unsupported pending change attempted on team project folder $/BranchCode. Use the Project Creation Wizard in Team Explorer to create a project or the Team Project deletion tool to delete one.
Why would I need to create or delete a project? Both $/MainCode and $/BranchCode exist....... I don't get this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里可能完全错了,但是
$/
下面紧的东西不是团队项目,而不是分支吗?所以你会分支(比如说)
$/SuperFoo/Main
到$/SuperFoo/MyNewBranch
吗?我现在无法找到有关团队项目的合适文档,而且我的经验仅限于 TFS 2005,但这就是我一直以来理解层次结构的方式。
I might be completely wrong here, but isn't it the case that the things immediately below
$/
are Team Projects, rather than branches? So you would haveand you would branch (say)
$/SuperFoo/Main
to$/SuperFoo/MyNewBranch
?I can't right now find decent docs on Team Projects, and my experience is only with TFS 2005, but that's how I've always understood the hierarchy.