问题标签 [git-tf]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
342 浏览

git - 我可以恢复 git tf 克隆吗?

我在 TFS 中有一个非常大的代码,我必须将它与所有以前的历史记录一起克隆,因此克隆需要 10 多个小时。

由于连接问题,克隆被中断,我无法完成克隆。

有没有办法暂停和恢复克隆过程。我到处检查,但我只看到有关恢复 git tfs clone 的文章,但我需要恢复git tf clone

我正在使用以下命令进行克隆。

git tf clone "Server_URL" "Server_folder_path" "Local_folder_path" --deep

这是截图 图片

0 投票
0 回答
90 浏览

git - 如何从 TFS 迁移到具有历史记录的 GIT?

我正在遵循每个人在互联网上都在做的标准方法。我已经安装了巧克力和 git-tf。我用过powershell命令

git tf clone https://your-server/tfs/collection $/Project/Path local-dir

并且由于某种原因,它显示它正在连接,但随后它停止并显示以下错误消息: git-tf: The server's response doesn't seem to be a SOAP message。我在互联网上找不到任何解决此问题的线程,如果有人可以提供帮助会很好吗?

更新:使用 git-tf 时,错误消息是“git-tf:服务器的响应似乎不是 SOAP 消息。” 使用 git tfs 时,错误消息是“请联系您的管理员。联系服务器时出错。技术信息(针对管理员):HTTP 代码 200:OK”

谢谢

0 投票
1 回答
76 浏览

git - git-tf 配置空间问题 (%20)

目前正在尝试将本地 git 存储库复制到我的 2013 TFS 服务器。

当我尝试使用此命令时: git tf configure http://ip:8080/tfs/collection%20name/ $/project

我得到错误: git-tf: 'http://ip:8080/tfs/collection%20name/' is not a valid URL

TFS 集合名称包含一个空格,但据我所知,您可以用 %20 替换它,它应该可以工作。

0 投票
1 回答
125 浏览

git - git-tf 克隆异常 java.lang.UnsatisfiedLinkError

我正在尝试使用 git-tf 在 TFS 上克隆 TFVC 项目。当我运行 git-tf clone 时,系统提示我输入我的 TFS 用户名,输入我的用户名后,我得到一个 java.lang.UnsatisfiedLinkError。我的目标是将这个项目迁移到 Git 并将其推送到 Gitlab,同时保持变更集的历史。

命令: git-tf clone https://tfs-url/tfs/defaultcollection/ $/TFSProjectName ~/Desktop/MyTFSProject --deep

完全例外:

环境:

  • 操作系统:MacOS Catalina 10.15.5
  • Java:openjdk 11.0.7 2020-04-14
  • Git-tf:git-tf 版本 2.0.3.20131219