linux下svn使用代理

来源:互联网 发布:mac双系统访问文件夹 编辑:程序博客网 时间:2024/06/08 10:31

转自:http://hittyt.iteye.com/blog/889181

设置文件的位置:$HOME/.subversion/servers

具体需要关注的片段如下:

[global]  # http-proxy-exceptions = *.exception.com, www.internal-site.org  # http-proxy-host = defaultproxy.whatever.com  # http-proxy-port = 7000  # http-proxy-username = defaultusername  # http-proxy-password = defaultpassword  

根据具体的代理服务器填写上面的http-proxy-host和http-proxy-port部分就可以了。
如果有特殊的授权访问需要,可能需要填写后面的用户名和密码。

0 0
原创粉丝点击