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处即可修改仓库地址
本文详细介绍了如何在Subversion中配置代理设置,包括修改配置文件的具体步骤,以及Subversion for Windows中常用功能,如切换仓库地址的操作方法。
1816

被折叠的 条评论
为什么被折叠?



