設定ファイル
~/.subversion/servers
グループ毎に個別指定する場合
アクセスするリポジトリが固定している場合はgroupsセクションで設定するのが望ましい
$ cat ~/.subversion/servers (関連箇所のみ抜粋) [groups] targetgroup1 = somerepository.example.org [targetgroup1] http-proxy-host = proxy.example.com http-proxy-port = 8080 http-proxy-username = foo.bar@example.com http-proxy-password = hogepass
まとめて指定する場合
外部リポジトリにしかアクセスしない場合等はglobalセクションで一括設定すると楽
$ cat ~/.subversion/servers (関連箇所のみ抜粋) [global] http-proxy-exceptions = *.internal.example.com, *.internal.example.net http-proxy-host = proxy.example.com http-proxy-port = 8080 http-proxy-username = foo.bar@example.com http-proxy-password = hogepass
0 件のコメント:
コメントを投稿