本文介绍了删除并创建同名项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

删除团队项目然后创建具有相同名称的新团队项目是否有任何问题?或者我应该在删除之前重命名项目,然后创建新项目。

Is there any problem with deleting a team project and then creating a new Team Project with the same name? Or should I rename the project before deleting and then create the new project.

推荐答案

仅在TFS 2015及以上版本(如TFS2015.1)中,2,3可以选择重命名项目。 

Only In TFS 2015 and above versions like TFS2015.1 , 2,3 has the option to rename the project. 

只要项目中没有任何内容,删除项目并使用相同名称重新创建绝对没有问题。

There will be absolutely no issues in deleting the Project and recreating with same name, as long as you don't have anything in the project.

以下是重命名项目时的警告

重命名团队项目" Project"到"Project1"将对在项目中工作的团队造成破坏。建议重新命名在非工作时间进行


  • 重命名期间运行的构建可能会失败。
  • 所有用户都需要重启Visual Studio。
  • 需要使用新项目名称更新Git遥控器。
  • 需要通过运行get latest来更正版本控制工作区版本。

如果您的团队正在使用  本地工作区,然后建议他们更新到Visual Studio 2015(RC或更新版本),
Visual Studio 2013 Update 5 (RC或更新版本)或Visual Studio 2012 Update 5(RC或更新版本)可以在下次获取时更正这些工作空间。 Visual Studio 2010仅支持服务器工作区,不需要更新。如果他们无法更新,那么
需要搁置他们的更改,创建一个新工作区,并取消他们的更改。
If your teams are using local workspaces, then it is recommended that they update to the Visual Studio 2015 (RC or newer), Visual Studio 2013 Update 5 (RC or newer), or Visual Studio 2012 Update 5 (RC or newer) to have these workspaces be corrected on the next get. Visual Studio 2010 only supports server workspaces and doesn’t need an update. If they can't update then they will need to shelve their changes, create a new workspace, and unshelve their changes.


这篇关于删除并创建同名项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 03:09