美文网首页
svn http proxy

svn http proxy

作者: 谢昆明 | 来源:发表于2017-03-10 09:17 被阅读197次

The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to configure proxy settings:

  • CLI Unix/Linux : /home/username/.subversion/servers
  • CLI Windows (2k, XP): C:\Documents and Settings\username\Application Data\Subversion\servers
  • CLI Windows (Vista/7): C:\Users\username\AppData\Roaming\Subversion\servers
  • Eclipse: Window > Preferences > General > Network Connections
  • IE (6/7): Tools > Options > Advanced Network > Connection Settings
  • Firefox: Tools > Internet Options > Connections tab > LAN Settings
  • TortoiseSVN: Windows Explorer > File > TortoiseSVN > Settings > Network (by default, TSVN uses system proxy settings)

for Mac OSX, vi ~/.subversion/servers

[global]
http-proxy-host = 127.0.0.1
http-proxy-port = 1087
http-proxy-compression = no
#http-proxy-username=[username]
#http-proxy-password=[password]

打赏

如果这篇文章解决了您的问题,让我买根烟抽抽。

支付宝.jpg 微信.jpg

相关文章

网友评论

      本文标题:svn http proxy

      本文链接:https://www.haomeiwen.com/subject/yflngttx.html