git svn的代理设置需要通过修改~/.subversion/servers文件来实现:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
[groups]
assembla = *.assembla.com
# group1 = *.collab.net
# othergroup = repository.blarggitywhoomph.com
# thirdgroup = *.example.com

[assembla]
http-proxy-host = proxy-server
http-proxy-port = 8080
http-compression = yes
username = yesokay