Dennis, CHENG Renquan wrote: >> Anyway, the bazaar repository must be accessible everywhere, I am going >> to report your problem to the savannah hackers. > I mean, it should be because of bazaar bad design on over http protocol; > > On many places (Singapore and China), on multiple machines/platforms > (linux and windows), even I tried to get bazaar code over bazaar, when > I don't have a launchpad account, it default uses http/https protocol; > > $ bzr branch lp:bzr > > Or use "bzr branch http://bzr.savannah.gnu.org/r/wget/trunk/" to > download wget trunk, > > It really started with "Fetching revisions:Inserting stream" or some > other messages, but would never finish, even after hours, after days;
Are you behind some proxy? You could try to sniff the connection to see when data stops coming. > I don't know how many hours/days would you usually need to download a > wget trunk code over bazaar http protocol? time bzr branch http://bzr.savannah.gnu.org/r/wget/trunk/ Branched 2426 revision(s). real 2m2.423s user 0m22.669s sys 0m0.480s
