【发布时间】:2011-04-08 05:50:16
【问题描述】:
我花了一些时间将我的 SVN 存储库转换为 Mercurial。我在 Win 2008 R2 的 IIS7 下设置了 Mercurial。
我几乎可以正常工作。但是我无法将更改推送回服务器。
$ hg push
http authorization required
realm: pandora
user: rich
password:
pushing to https://pandora/dev/test
searching for changes
abort: HTTP Error 500: .hg\store\00changelog.i: Access is denied
我的 hgweb.cgi 看起来像这样:
[web]
baseurl = /hg
allow_push = *
[trusted]
users = *
谁能告诉我为什么这不起作用?
干杯 丰富
【问题讨论】:
-
看起来可能是 IIS 权限错误。
-
知道什么样的权限吗?
标签: windows mercurial commit hgweb