subclipseを使用したときにproxyを経由する方法

「C:/Documents and Settings/**ユーザ名**/Application Data/Subversion
の配下にある
「servers」
を編集する。

[global]
http-proxy-exceptions = /*除外先*/
http-proxy-host = /*proxyサーバ名*/
http-proxy-port = /*ポート名*/
http-proxy-username = /*ユーザ名*/
http-proxy-password = /*パスワード名*/
http-compression = no

[global]の前に半角スペースとかが入っているとうまく動かなかった。

proxyの設定
[user] ~/.bash_profileの中身に

export http_proxy=http:// *proxyサーバのURLとポート*

を追加する