svn behind firewall that needs http proxy

just edit ~/.subversion/servers

add these two lines under [global]
http-proxy-host = xxx.xxx.com
http-proxy-port = 8080

there is no way to set a socks proxy for svn.
svn is using apr for socket IO. there is no code supporting socks proxy seen in svn’s source.
However, tsocks is a workaround for this case.

此条目发表在linux分类目录。将固定链接加入收藏夹。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注

*