0

I (on ubuntu) need to use bzr behind institute's proxy which restricts bzr to connect.So, is there anyway to connect it through socks proxy obtained by tor(vidalia) as i am not able to successfully setup polipo with tor to get http proxy instead.

1 Answers1

1

bzr honors the http_proxy environment variable. Try setting:

set http_proxy=http://localhost:3128/

Or something along those lines.

jelmer
  • 2,405
  • 14
  • 27