如何向我的团队项目添加新的解决方案?
我们在 TFS 2010 中有一个团队项目。该团队项目用作一些较小的相关项目的容器,以便共享错误、工作项等。我的问题是,如何向该团队项目添加新的 VS 解决方案?
我在本地工作文件夹中创建了新的解决方案。团队项目已在服务器上创建。当我进入源代码管理资源管理器并尝试将新解决方案添加到项目中时,我无法添加新解决方案,因为我没有映射目标文件夹。我无法映射目标文件夹,因为我无法弄清楚如何将新文件夹添加到新解决方案的服务器项目中。陷入了一些邪恶的循环逻辑……救命!?!
We have a team project in TFS 2010. This team project is used as a container for a few smaller, related projects in order to share bugs, work items, etc. My question, how do I add a new VS solution to this team project?
I created the new solution in my local working folder. The team project is already created on the server. When I go into the Source Control Explorer and try to add the new solution to the project, I can’t add the new solution because I don’t have a destination folder mapped. I can’t map the destination folder because I can’t figure out how to add a new folder to the server project for the new solution. Caught in what appears to be some wicked circular logic… help!?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将本地文件中的新解决方案添加到 TFS,您可以:
在解决方案资源管理器中右键单击解决方案并选择“将解决方案添加到源代码管理'
然后您可以右键单击并选择签入。
然后整个解决方案将添加到 TFS 中的团队项目中。
To add a new solution from you local files to TFS you could:
In the solution explorer right click on the solution and select 'Add Solution to Source Control'
Then you can right click and select check in.
Then the entire solution will be added to your team project in TFS.