I am not meaning a complete how-to usage of bzr, but want to someone help give a sample of fetech code, if there's proxy setting.
I used to use Subversion for version control. And I knew how to put the proxy host name/proxy port/user name/user password in a ~/.subversion/servers config file, to let me can checkin/checkout code. But I had no idea for bzr. Hope it be clear about the point. ----- Original Message ---- From: Brad Hards <[email protected]> To: [email protected] Sent: Mon, November 16, 2009 4:38:04 PM Subject: Re: [pdf-devel] how to get code by bzr with proxy setting? On Monday 16 November 2009 14:32:31 Yang Song wrote: > Hi, > > I think some of newcomers would meet problem when fetch code : > > $ bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/branches/trunk > > I found it's caused if user had set network proxy. Do you mean "I found its caused by not using a network proxy when one is required"? > Unfortunately, I don't know how to set proxy for bzr. I sent mail here > for asking if anyone know how to get code by bzr, with proxy setting. You might need to set the http_proxy environment variable. See: http://bazaar-vcs.org/ConfiguringBzr > Could anybody help this? And I think it's worth to record this in > gnupdf's FAQ or "Information-for-Newcomers" of the website. I disagree with providing a bzr tutorial. Perhaps we could add a link to the bazaar website as a source of more guidance on using bzr. Brad
