我正在尝试设置TeamCity构建配置,以使用Mercurial标记从Mercurial存储库中提取。我将VCS根目录的“默认分支”字段设置为“标记名称”。最初,我将VCS根目录的“默认分支”字段设置为“默认”,但工作正常,但仅提取最新修订。以下是我获得的TeamCity错误:
Failed for the root 'mercurial: http://MyRepository/' #46: Cannot find revision
of the default branch 'tag name' of vcs root mercurial: http://MyRepository
我做错了什么?
提前感谢您的回复!
答案 0 :(得分:2)
目前,TeamCity不支持mercurial标记,仅支持分支和书签。请投票给http://youtrack.jetbrains.com/issue/TW-23468。