[13:35] Hey, how would I use bzr over HTTP? [13:36] I would like to checkout http://bzr.savannah.gnu.org/r/gsrc/ [13:37] and I can't use bzr:// because ports other than 80/443 are blocked... [13:37] and if I do "bzr checkout http://bzr.savannah.gnu.org/r/gsrc/ gsrc" I get "Not a branch" [14:02] You probably want .../trunk [14:44] er yeah i have that [14:50] and it still does not work, should it? [14:51] into works, so I presume branch would. [14:51] Or checkout, though of course you won't be able to commit. [15:11] it says not a branch :/ [15:12] not at a shell atm tho [15:12] If you're looking at /r/gsrc, yes. If you're looking at /r/gsrc/trunk, it should be OK. [15:27] ugh... yes now that I'm back at my shell I realize I guess I omitted the /r/ [15:28] but now I get some invalid http response thing, ugh [15:28] might be the corporate proxy... [15:29] invalid http response: bad status line received [15:30] Seems to work here [15:30] % time dbzr branch http://bzr.savannah.gnu.org/r/gsrc/trunk [15:30] Branched 3851 revisions. [15:30] 10.178u 0.410s 0:40.19 26.3% 5+167k 51+294io 3pf+0w [15:31] Wouldn't be too surprising I guess if a proxy expected web browsers loading web pages choked itself on an app expecting fine-grained file access :)