向 Team Foundation Server 2010 添加解决方案时显示警告 [英] Warning displayed when adding solution to Team Foundation Server 2010

查看:16
本文介绍了向 Team Foundation Server 2010 添加解决方案时显示警告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚开始使用 TFS 2010(从来没有使用过 TFS 2008),我正在尝试将我的第一个解决方案添加到 TFS 中.但是我收到以下警告消息:

I'm just getting to grips with TFS 2010 (never had any luck with TFS 2008) and I'm trying to add my first solution into TFS. However I am getting the following warning message:

您尝试添加到源代码管理的项目可能会导致其他源代码管理用户难以打开此解决方案或获取更新版本的解决方案.为避免此问题,请从解决方案中其他源代码控制项目的绑定根下方的位置添加项目.

The project that you are attempting to add to source control may cause other source control users to have difficulty opening this solution or getting newer versions of it. To avoid this problem, add the project from a location below the binding root of the other source controlled projects in the solution.

有人可以向我解释这是什么意思以及如何解决吗?在解决方案资源管理器中右键单击解决方案并选择添加到源代码管理"时会显示此警告.

Can someone explain to me what this means and how to resolve it? This warning is displayed when right clicking on the solution in Solution Explorer and selecting "Add to Source Control".

推荐答案

您的解决方案文件夹结构应类似于:

Your solution folder structure should resemble:

Solution Root folder
├── .sln solution file       
│
├── Project1 folder
│   └── Project1.csproj   (or .vbproj)
│
├── Project2 folder
│   └── Project2.csproj   (or .vbproj)
.
.
.

这篇关于向 Team Foundation Server 2010 添加解决方案时显示警告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆