当尝试浏览我的 Mercurial 存储库时,通常需要刷新几次才能显示存储库列表。配置如下:
存储库是通过 ISAPI 使用标准 hgwebdir_wspi.py 文件(复制到后面)提供的。
同样在执行克隆/推送/等操作之前,我必须先浏览存储库,否则我本地机器上的 hg 无法找到该站点。
我该怎么做才能开始追踪这个问题?
hgwebdir_wsgi.py
# Configuration file location
hgweb_config = r'C:\Public\Mercurial\WebSite\hgweb.config'
# Global settings for IIS path translation
path_strip = 0 # Strip this many path elements off (when using url rewrite)
path_prefix = 0 # This many path elements are prefixes (depends on the
# virtual path of the …Run Code Online (Sandbox Code Playgroud)