使用GoogleCode作SVN服务器的一些问题及解决办法

1.首先最主要的一个问题,就是注册GoogleCode和安装SVN工具。

网上教程很多,不一一赘述。http://www.th7.cn/Program/net/201305/136059.shtml

2.接着要解决代理问题,这里采用GoAgent,一个谷歌的代理。

对应的一个agent的一个教程。http://www.goagent8.info/

3.接着设置TortoiseSVN代理。

  1).svn,setting,network 填代理地址。

  2).编辑C:\Users\【用户名】\AppData\Roaming\Subversion\servers文件。

  复制下面替换原文件对应信息。

[global]    
# http-proxy-exceptions = *.exception.com, www.internal-site.org    
#http-proxy-host = 127.0.0.1    
#http-proxy-port = 8087    
# http-proxy-username = defaultusername    
# http-proxy-password = defaultpassword    
# http-compression = no  

 

posted @ 2013-11-15 22:18  xiaocong_soft  阅读(384)  评论(0编辑  收藏  举报