【发布时间】:2021-08-28 04:05:49
【问题描述】:
有没有办法使用代码从 azure devops 克隆/下载 TFVC 存储库? 并且迁移到 git 不是一个选项,repo 应该保持 TFVC 格式。
【问题讨论】:
标签: azure-devops tfvc
有没有办法使用代码从 azure devops 克隆/下载 TFVC 存储库? 并且迁移到 git 不是一个选项,repo 应该保持 TFVC 格式。
【问题讨论】:
标签: azure-devops tfvc
曾经有一个extension for Azure Repos that supported TFVC。但从那以后它就被弃用了。 repo is still there,因此您可以构建本地副本。或grab the latest (quite old) version。
您最接近的替代方法是使用Windows Explorer extensions 或Team Explorer。或者在命令行上使用tf vc,就像许多核心git用户只在cli中使用git一样。
【讨论】: