Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Svn 如何为Hgsubversion指定用户名和密码_Svn_Mercurial_Hgsubversion_Hgrc - Fatal编程技术网

Svn 如何为Hgsubversion指定用户名和密码

Svn 如何为Hgsubversion指定用户名和密码,svn,mercurial,hgsubversion,hgrc,Svn,Mercurial,Hgsubversion,Hgrc,我想知道如何指定用户名和密码,以便使用Hgsubversion将更改从HG推送到subversion存储库 我想知道我应该在我的存储库中设置什么位置 "hgsubversion.username", "hgsubversion.password" 试着先看一眼 “hg帮助subversion”了解更多详细信息 必须将这些设置添加到 用户全局~/.hgrc文件 本地设置将不起作用 See 'hg help config' -- that explains that when we call

我想知道如何指定用户名和密码,以便使用Hgsubversion将更改从HG推送到subversion存储库

我想知道我应该在我的存储库中设置什么位置

   "hgsubversion.username", "hgsubversion.password"
试着先看一眼

“hg帮助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 >
试着先看一眼

“hg帮助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 >