私はプロキシの下にいるので、PIPを使用してSubversionリポジトリをチェックアウトしようとしています。これは、-proxyパラメータを使用してPIPを呼び出しています。
pip install svn+http://django-compress.googlecode.com/svn/trunk/ --proxy=myproxy:8080
PIP自体はプロキシの下で正常に機能しますが、プロキシパラメータをSVNクライアントに渡さないことがわかりました。
Downloading/unpacking svn+http://django-compress.googlecode.com/svn/trunk/
Checking out http://django-compress.googlecode.com/svn/trunk/ to c:\users\canassa\appdata\local\temp\pip-x_w9ct-build
svn: OPTIONS of 'http://django-compress.googlecode.com/svn/trunk': could not connect to server (http://django-compress.googlecode.com)
Complete output from command "C:\Program Files\SlikSvn\bin\svn.exe" checkout -q http://django-compress.googlecode.com/svn/trunk/ c:\users\canassa\appdata\local\temp\pip-x_w9ct-build:
----------------------------------------
Command "C:\Program Files\SlikSvn\bin\svn.exe" checkout -q http://django-compress.googlecode.com/svn/trunk/ c:\users\canassa\appdata\local\temp\pip-x_w9ct-build failed with error code 1
Storing complete log in C:\Users\canassa\AppData\Roaming\pip\pip.log
最悪の場合、私はWindows環境で、SilkSVNクライアントを使用しています。また、ノートブックなので毎日数回プロキシをオフにする必要があり、プロキシを使用しないワイヤレスに接続する必要があります。
私の質問は、PIPとWindowsでSlikSvnプロキシを処理する方法があるかどうかです。できれば、必要なときに簡単にオフにできるようにします。