Using a proxy

Created by Jelmer Vernooij
Keywords:
proxy http http_proxy
Last updated by:
Jelmer Vernooij

My bazaar.conf contains:

[DEFAULT]
http_proxy = http://example.com:1234

But branching an SVN branch still does not appear to use the proxy.

For the moment you need to set your proxy in your subversion configuration as well, since bzr-svn uses libsvn to access subversion repositories.

See also bug 534794