How to configure a HTTP proxy for svn

后端 未结 6 739
猫巷女王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条回答
  •  萌比男神i
    2020-12-01 01:22

    You can find the instructions here. Basically you just add

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

    to your ~/.subversion/servers file.

提交回复
热议问题