サブレポのあるレポがあり、やりたいですhg serve
。
他のコンピューターで、私は試しました
hg clone http://address:8000/ new_repo
シナリオ 1: 元のレポの .hgsub に次の形式の行があった場合:
sub_repo_1 = sub_repo_1
sub_repo_2 = sub_repo_2
私は他のコンピュータに乗りました:
Requesting all changes
adding changesets
adding manifests
...
updating to branch default
abort: HTTP Error 404: Not Found
(サーブコンピュータはその後待つだけです)
(そして、new_repo 内の sub_repo_1 のみ。更新、プルを試みましたが、エラーが発生しました)
実際に sub_repo_2 を個別に複製しようとしましたが、エラー 404 (送受信コンピューターのボット) が発生し続けました。
シナリオ 2: .hgsub の行を
sub_repo_1 = http://address/sub_repo_1
sub_repo_2 = http://address/sub_repo_2
hg serve は subrepos を提供できませんか? または - 私は何を間違っていますか?
注: サブレポ内の hgrc ファイルを毎回 .hgsub 内のパスと一致するように更新しました。