创建新团队项目时出错 n Visual Studio 在线

Error creating new Team Project n Visual Studio Online

我创建了一个新的 Visual Studio 在线帐户,以便将我们所有的项目从 TFS 2010(on=premises)迁移到 VSO。我使用 OpsHub 迁移实用程序来帮助完成此过程。

在我的初始测试期间,我在 VSO 上创建了一个团队项目并将其从 TFS 2010 迁移,一切都很顺利。然后,我删除了VSO上的团队项目,因为它只是为了测试。

之后,我尝试使用相同的名称在 VSO 上再次创建相同的团队项目,但出现以下错误:

The Team Project name (name of the project here) was previously used and there are still TFVC workspaces referring to this name. Before you use this name, the owner of each workspace should execute the Get command to update their workspaces. First 1 workspaces found using this name are: (name of the user here).

我不太明白我应该怎么做才能解决这个问题。你能帮帮我吗?

今天早上我遇到了完全相同的问题。看起来您无法从 TFS 中删除旧引用。执行此操作的方法是在您的系统上使用命令行。

Source

You need to use TF command on Visual Studio command prompt to remove the old workspace. Syntax is:

tf workspace /delete (name of the project here);(name of the user here)

as this was TFS Online, it was Microsoft Account, so in my case actual command was

tf workspace /delete "MIWORKSPACE;juss.palo@sulava.com"