正如https://www.visualstudio.com/en-us/docs/tfvc/share-your-code-in-tfvc-xcode所建议的那样,我使用git-tf将现有代码放到TFVC中。但我的道路很深。在办理登机手续时我得到了,
git-tf: TF205022: The following path contains more than the allowed 259 characters:
/Users/VeryLongPath
答案 0 :(得分:7)
即使路径长度限制确实很烦人,但最有效和最简单的方法仍然是花费一些时间调整文件/文件夹结构 来实现此功能。< / p>
例如: 而不是\xx\Build\Drop\ProjectName
,只需使用\xx\Build\Drop
(或\xx\Builds
),因为项目名称也在构建名称。
对于TFS中的长路径问题,已经存在相关的用户语音,现在已完成。但是,它在某些方面仍然存在问题。
Fix 260 character file name length limitation
我们已从基本文件的BCL中删除了限制 操纵功能(CRUD)。您可以在此处找到更多详细信息:
https://blogs.msdn.microsoft.com/dotnet/2016/08/02/announcing-net-framework-4-6-2/
Immo Landwerth项目经理.NET
还建议你看一下这个伟大的博客 - TFS Path Too Long problems,了解如何处理这个问题。
简而言之,它是TFVC的限制,来自https://www.visualstudio.com/en-us/docs/reference/naming-restrictions#version-control-paths
Must not contain more than 259 Unicode characters for a single folder or file name.