我正在服务Mercurial repository using IIS7。我的存储库位于C:\hg_repositories\MyRepo
。
我可以在http://zoo/hg
上浏览我的存储库列表,在http://zoo/hg/hg_repositories/MyRepo/
上浏览一个特定的存储库
我的hgweb.config:
[collections]
/ = /hg_repositories
[web]
allow_push = *
baseurl = /hg
push_ssl = false
当我尝试使用此命令克隆它时
$ hg clone http://zoo/hg/hg_repositories/MyRepo
我收到abort: http error 404: Not Found
错误。我做错了什么?