我最初发布了这个问题,发现Bitbucket不支持嵌套子repos (更正: Bitbucket不是all...potentially上的问题,也不是坏信息,或者误解了嵌套子回购的含义)。我不得不把他们安排在乌龟里作为兄弟姐妹。Mercurial to Bitbucket - Subrepository - Repository是无关的错误
我现在的问题是,甲鱼汞/汞不会在我的子记录中发现变化。
我的目录结构如下所示:(兄弟而不是子文件夹)
MainRepo (to hold all subrepos)
SubRepo1 (main project)
SubRepo2 (class library)
SubRepo3 (class library)等等。
在我的.hgsub文件中,我有以下内容
SubRepo1 = ../SubRepo1
SubRepo2 = ../SubRepo2
SubRepo3 = ../SubRepo3等等。
我的问题是,MainRepo没有检测到SubRepo中的任何更改。我注意到,现在在MainRepo文件夹中为我的每个子程序都有一个文件夹。我怀疑TortoiseHg在那里寻找的是changes...and,而不是我的../SubRepoX文件夹。
有人能带我到一个工作的SubRepository场景吗? TortoiseHg推送到Bitbucket
更新:查看此链接以解决我的子回购问题。推荐的方法来协调多个依赖的汞储存库的版本?
发布于 2012-12-17 15:55:10
https://stackoverflow.com/questions/13915697
复制相似问题