How to configure a HTTP proxy for svn

后端 未结 6 727
猫巷女王i
猫巷女王i 2020-12-01 00:49

I want to check code from the repository http://code.sixapart.com/svn/perlbal/ . I can only access the the repository url by setting a proxy. I guess if I want to get the co

6条回答
  •  醉梦人生
    2020-12-01 01:15

    In windows 7, you may have to edit this file

    C:\Users\\AppData\Roaming\Subversion\servers

    [global]
    http-proxy-host = ip.add.re.ss
    http-proxy-port = 3128
    

提交回复
热议问题