Subversion 之使用
1.给Subversion 添加代理
xp下修改文件 C:\Documents and Settings\Administrator\Application Data\Subversion\servers
打开文件servers
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
修改为
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = 代理ip
http-proxy-port = 代理端口
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
http-proxy-host 为代理ip
http-proxy-port 为代理端口
注意:去掉#注释 并且要去掉前面的空格
2.Subversion for Windows 中比较常用的功能
2.1 切换仓库地址
TortoiseSVN → Relocate 弹出 Relocate 对话框 ,To URL处即可修改仓库地址