How can I download source behind an HTTP only proxy?

Asked by blep

I'm sometime a company firewall/proxy that allows only HTTP.

How can I use bzr/launchpad to download the sources in this situation ?

How do you translate "lp:~cppunit2/cppunit2/essence" into a HTTP url? Does launchpad expose branches this way? I couldn't find anything in the doc/help.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Graham Binns
Solved:
Last query:
Last reply:
Revision history for this message
Best Graham Binns (gmb) said :
#1

You can access that branch over http by doing:

bzr branch http://bazaar.launchpad.net/~cppunit2/cppunit2/essence

Cheers,

Graham

Revision history for this message
blep (blep) said :
#2

Thanks Graham Binns, that solved my question.