try this: bzr branch http://bzr.savannah.gnu.org/r/gsrc/trunk
this seems to use http ok , Why bzr needs the "branch" command, rather than "checkout" to use http, I don't know. If someone wrote better error messages for bzr, it would be great too. By the way, bzr is a python2 script, I had a problem on my machine becase I have python2 and python3. To prevent confusion in that case change first line from #!/usr/bin/python to #!/usr/bin/python2 On Tue, Apr 14, 2015 at 7:24 PM, carl hansen <[email protected]> wrote: > > > On Tue, Apr 14, 2015 at 7:11 PM, carl hansen <[email protected]> > wrote: > >> you said : >> bzr checkout http://bzr.savannah.gnu.org/gsrc/trunk/gsrc >> try this instead: >> bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc >> >> ie not http:// but bzr:// >> >> >> On Tue, Apr 14, 2015 at 4:34 PM, Monsler, Eric M < >> [email protected]> wrote: >> >>> >>> > Sorry about that, I realized I didn't really answer your question.... I > emailed too fast. > > I will look at the question.... >
