如何将现有解决方案添加到 Team Foundation Server?

发布于 2024-12-10 17:10:14 字数 138 浏览 0 评论 0原文

我有一个解决方案,其中包含 7 个项目。 我想尝试一下 TFS(只是为了看看它是如何工作的等),所以我想将这个现有的解决方案添加到我的 TFS 的 DefaultCollection 中。

这是否可以在不重新创建所有项目并添加其文件的情况下实现?

I have a solution, which contains 7 projects.
I wanted to try out TFS (just to see how it works etc.), so I would like to add this existing solution to my TFS' DefaultCollection.

Is this possible without re-creating all the projects and adding their files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

墨小墨 2024-12-17 17:10:14
  1. 创建一个团队项目来保存它们
  2. 在团队项目和磁盘上代码的当前位置之间创建工作区映射
  3. 转到团队资源管理器,连接到新项目,双击“源代码管理” 右键
  4. 单击​​新项目的节点项目并选择“添加到源代码管理”
  1. Create a Team Project to hold them
  2. Create a workspace mapping between the team project and the current location of your code on disk
  3. Go to Team Explorer, connect to your new project, double-click "Source Control"
  4. Right-click the node for the new project and choose "Add to Source Control"
高速公鹿 2024-12-17 17:10:14

当然,只需右键单击解决方案资源管理器中的解决方案,然后选择“将解决方案添加到源代码管理”。

Sure, just right click on the solution in Solution Explorer and select "Add Solution to Source Control".

没有伤那来痛 2024-12-17 17:10:14

对于 Team Foundation Service:

  1. 访问 http://.visualstudio.com
  2. 通过网站创建一个新项目
  3. 在 Visual Studio 2017 中打开您的解决方案
  4. 转到“Team Explorer”并双击新添加的项目TFS 中的名称(通常设置为灰色)
  5. 返回“解决方案资源管理器”并右键单击该解决方案并选择“添加到源代码管理”
  6. 右键单击​​“解决方案资源管理器”中的解决方案并选择“签到”以进行初步签到TFS

;-)

For Team Foundation Service:

  1. Go to your http://.visualstudio.com
  2. Create a new Project via the website
  3. Open your solution in Visual Studio 2017
  4. Go to "Team Explorer" and double click the newly added project name from TFS (it is normally set in a gray color)
  5. Go back to "Solution Explorer" and to right mouse click on the solution and select "Add to source control"
  6. Right mouse click on the solution in "Solution Explorer" and select "Check in" for an initial check in to TFS

;-)

伏妖词 2024-12-17 17:10:14

此步骤始终对我有用

  1. 在 Azure Devops 创建新项目
  2. 将所有文件复制并粘贴到 PC 中的另一个本地目录中
  3. 打开新复制的解决方案
  4. 转到“文件 > 源代码控制 > 高级 > 更改源代码控制”
  5. 取消绑定所有 为
  6. 转到“File > Source Control > Advance > Workspaces”,编辑现有工作区
  7. 新存储库添加新的“工作文件夹”
  8. 打开“Source Code Explorer”,选择新的源代码管理
  9. 拖动整个本地目录文件夹到映射上
  10. 检查排除的项目,添加任何想要的文件
  11. 签入
  12. 如果不存在源代码管理绑定(解决方案资源管理器上没有锁定标志),请转到“文件>源代码控制>高级>更改源代码控制”以绑定它们

This steps always work for me

  1. Create new project at Azure Devops
  2. Copy and paste the all the files onto another local directory in PC
  3. Open the newly copied solution
  4. Go to "File > Source Control > Advance > Change Source Control"
  5. Unbind all the projects
  6. Go to "File > Source Control > Advance > Workspaces", edit the existing workspace
  7. Add a new "Working Folder" for the new repo
  8. Open "Source Code Explorer", select the new source control
  9. Drag the entire local directory folder onto the mapping
  10. Check the excluded items, add in any wanted files
  11. Check in
  12. If source control binding is not there (no lock sign on the solution explorer), go to "File > Source Control > Advance > Change Source Control" to bind them
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文