通过 SSH 的 TeamCity 6.x 和 Mercurial(在 Windows 上)

发布于 2024-12-05 19:07:35 字数 437 浏览 1 评论 0原文

我正在尝试重新配置我们的 TeamCity 构建服务器(在 WIN 2008 上运行)并从 SVN 切换到 Mercurial 存储库。 我使用以下链接作为 在 RepositoryHosting 上通过 SSH 使用 TeamCity 配置 Mercurial (Hg)。 我花了好几天的时间,还是没能成功。 我可以从 TeamCity 访问 Mercurial 存储库(通过 Test Connect),并且可以通过 TrotoiseHG 从 Mercurial 提取代码,但每次构建都会失败,因为 TeamCity 无法从服务器提取源代码。

有人有同样的问题吗?

I'm trying to reconfigure our TeamCity build server (running on WIN 2008) and switch from SVN to Mercurial repository.
I use the following link as Configuring Mercurial (Hg) with TeamCity over SSH at RepositoryHosting.
I spent several days and still can't get it work.
I can reach the Mercurial repository from TeamCity (via Test Connect) and I can pull code from Mercurial via TrotoiseHG, but the build fails every time because TeamCity cannot pull source code from the server.

Does anybody had the same issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾其所爱 2024-12-12 19:07:35

您是否尝试过使用代理端结帐而不是默认设置?否则,TeamCity 会尝试“智能”检测更改并将其分发到构建节点。只要 VCS 中发生 TeamCity 不知道如何复制的情况(例如使用子存储库),就会发生故障。

Have you tried using Agent-Side checkout instead of the default? Otherwise, TeamCity tries to "intelligently" detect changes and distribute them to build nodes. Failure can occur whenever something happens in the VCS that TeamCity doesn't understand how to replicate, such as using subrepos.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文