我想知道如何指定用于使用 Hgsubversion 从 HG 将更改推送到 subversion 存储库的用户名和密码
我想知道我应该在我的存储库中设置的位置
"hgsubversion.username", "hgsubversion.password"
我想知道如何指定用于使用 Hgsubversion 从 HG 将更改推送到 subversion 存储库的用户名和密码
我想知道我应该在我的存储库中设置的位置
"hgsubversion.username", "hgsubversion.password"
试着先看
'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 >