2
我想要設置一個TeamCity構建配置來使用Mercurial標籤從Mercurial存儲庫中提取。我將VCS根目錄的「默認分支」字段設置爲「標記名稱」。最初,我將VCS根目錄的「默認分支」字段設置爲「默認」,但其工作正常,但只提取最終修訂。這裏是我得到的TeamCity錯誤:設置一個TeamCity VCS Root來使用Mercurial標籤
Failed for the root 'mercurial: http://MyRepository/' #46: Cannot find revision
of the default branch 'tag name' of vcs root mercurial: http://MyRepository
我在做什麼錯?
在此先感謝您的回覆!
我想知道您的工作流程是什麼? – neverov