Opshub转换麻烦到Visual Studio在线并转换DOS(8.3)短路

时间:2015-09-11 19:09:07

标签: azure-devops opshub

我正在尝试将我们的存储库从TFS 2012内部部署转换为Visual Studio Online。

我收到这样的错误:

OH-SCM-009:同步时发生错误。 TF203013:路径O:\ somepath \ Jeffkn~1.jpg采用DOS(8.3)短路径格式,不受支持。输入项目的完整路径,然后重试。

我相信我们在当天的迁移过程中做到了这一点(方法2): https://support.microsoft.com/en-us/kb/951195 这是在迁移期间暂时向我们的TFS添加<add key="allow8Dot3Paths" value="true" />

如何使用Visual Studio Online / OpsHub实现此目的?

谢谢!

1 个答案:

答案 0 :(得分:0)

你可以尝试以下步骤,它可能会有所帮助     首先关闭迁移实用程序,然后添加应用程序设置键&#34; allow8Dot3Paths&#34;到devenv.exe.config(&#34; c:\ Program Files(x86)\ Microsoft Visual Studio 11.0 \ Common7 \ IDE)或&#34; c:\ Program Files \ Microsoft Visual Studio 11.0 \ Common7 \ IDE < / p>

Under the <configuration> element, locate the <appSettings> element, and then add the following element.

    <add key="allow8Dot3Paths" value="true" /> 

in the devenv.exe.config file.


Now start the migration utility, start the migration and retry the failure, wait for the retry to complete and if you still get the error then please email us the OpsHubTFSService.log file from location "C:\Program Files\OpsHub Visual Studio Online Migration Utility\logs" to support@opshub.com