码迷,mamicode.com
首页 > 其他好文 > 详细

给SVN设置代理

时间:2018-05-09 10:52:56      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:.com   htm   repos   mat   就是   最好   com   The   format   

XP系统在C:\Documents and Settings\Administrator\Application Data\Subversion目录下

win7及以上系统在C:\Users\admin\AppData\Roaming\Subversion目录下

PS:最好显示隐藏的文件,方法参见:http://www.cnblogs.com/fanqf/p/9012706.html

1、在server配置文件下找到[global]节点

然后取消下面行的#号(#号为注释)
http-proxy-host = 172.100.1.28  代理ip
http-proxy-port = 8080   代理端口
http-proxy-username = haoxw   svn用户名
http-proxy-password = haoxw12   svn密码

配置好后,就给SVN设置好了代理。

2、如果只想给特定的域名设置代理,可以使用另一个section来配置代理:

 [groups]
    group1 = *.abc.com 需要设置代理的域名
    # othergroup = repository.blarggitywhoomph.com
    # thirdgroup = *.example.com
     
    ### Information for the first group:
    [group1]
    http-proxy-host = proxy.myoffice.com 代理ip
    http-proxy-port = 8080 代理端口
    # http-proxy-username = blah
    # http-proxy-password = doubleblah
    # http-timeout = 60

如上就是配置的一个节选,是给abc.com这个域配置了一个代理。

给SVN设置代理

标签:.com   htm   repos   mat   就是   最好   com   The   format   

原文地址:https://www.cnblogs.com/fanqf/p/9012649.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!