Hi, I had not set https_proxy, but set the others, this made no difference to bzr branch lp:~openerp/openobject-server/4.2 server
(commands like wget work fine, which also use these env. variables) but following your example on using "https" rather than "lp" as a URL, it looks like I've getting a http connection but its been refused: bzr branch https://code.launchpad.net/openerp/openobject-server/4.2/server bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?)) I read the Bazaar user guide today, but must have missed a few bits... In http://doc.bazaar-vcs.org/latest/en/tutorials/using_bazaar_with_launchpad.htmlthere is talk of the "lp:" URLs, but no hint on the interaction with proxies. Ah, after more expermintation, the following works: bzr branch http://bazaar.launchpad.net/~openerp/openobject-server/4.2/server bzr branch http://bazaar.launchpad.net/%7Eopenerp/openobject-client/4.2/client bzr branch http://bazaar.launchpad.net/%7Eopenerp/openobject-addons/4.2/addons Not sure about the URLs for eTiny. Sean 2008/9/9 Robert Schöftner <[EMAIL PROTECTED]> > Sean Boran schrieb: > > I'm learning to use bazaar to start pulling sources from launchpad, as > > opposed to subversion, and I'm having problems going via a proxy. > > > > The idea is to check out as follows: > > > > bzr branch lp:~openerp/openobject-server/4.2 server > [...] > > I use something like > export http_proxy=http://proxy:port https_proxy=http://proxy:port > bzr branch > http://bazaar.launchpad.net/~openerp/......<http://bazaar.launchpad.net/%7Eopenerp/......> > .. > > sers > Robert > > >
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
