通过 SSH 的 TeamCity 6.x 和 Mercurial(在 Windows 上)
我正在尝试重新配置我们的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用代理端结帐而不是默认设置?否则,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.