若要在subclipse上設定Proxy,一般人往往會被困在
Windows->Preferences->General->Network Connection 的Proxy設定上好一陣子,
然後發現一切還是無法正常運作...
其實真正的subclipse設定檔是躲在
C:\Users\你的登入帳號\AppData\Roaming\Subversion\ 下
打開
server 這個檔案,然後找到[global]區塊,依您的proxy參數進行修改 :
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = proxy.mydomain.com
http-proxy-port = 8080
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
設定正確之後應該就可以正常使用svn了~