我想知道如何指定用于使用Hgsubversion从HG推送对subversion存储库的更改的用户名和密码
我想知道我应该在我的存储库中设置
"hgsubversion.username", "hgsubversion.password"
答案 0 :(得分:4)
先试试看
'hg help subversion'了解更多详情。
必须将设置添加到
用户全局〜/ .hgrc文件
本地设置无效
See 'hg help config' -- that explains that when we call a configuration
setting 'foo.bar', then you enter it in your configuration file as
[foo]
bar = something
[hgsubversion]
username = < your_name >
password = < your_secret >