Re: [O] git repository over http?

2011-08-23 Thread Bastien
Jason Dunsmore writes: >> Okay -- can you "git gc" on the server? > > Okay, done: Great -- thanks a lot! -- Bastien

Re: [O] git repository over http?

2011-08-23 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I ran some tests and found that the download speed is proportional to >> the size of the repo: > > Good to know, thanks. > >> If you clone via git://, it does some optimizations during the transfer, >> whereas cloning via http:// does n

Re: [O] git repository over http?

2011-08-21 Thread Achim Gratz
Jason Dunsmore writes: > If you clone via git://, it does some optimizations during the transfer, > whereas cloning via http:// does not. If I do a "git gc" on the repo, > it reduces the size of the repo on the server and the time to download > via http:// I'd suggest that the repo on the server

Re: [O] git repository over http?

2011-08-19 Thread Bastien
Hi Jason, Jason Dunsmore writes: > I ran some tests and found that the download speed is proportional to > the size of the repo: Good to know, thanks. > If you clone via git://, it does some optimizations during the transfer, > whereas cloning via http:// does not. If I do a "git gc" on the r

Re: [O] git repository over http?

2011-08-19 Thread Jason Dunsmore
Bastien writes: > Hi Jonathan, > > Jonathan Leech-Pepin writes: > >> The server does seem to support HTTP for pulling, however it is very >> slow. > > Yes, I noticed this too. > >> http:// does work for cloning and pulling from the main Repo, however >> there's nothing to indicate that anything

Re: [O] git repository over http?

2011-08-18 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: > The server does seem to support HTTP for pulling, however it is very > slow. Yes, I noticed this too. > http:// does work for cloning and pulling from the main Repo, however > there's nothing to indicate that anything is happening until the task > i

Re: [O] git repository over http?

2011-08-18 Thread Jonathan Leech-Pepin
Hello Bastien, The server does seem to support HTTP for pulling, however it is very slow. I have to use http from work because the firewall blocks the git:// protocol. Times on my prompt are DST (-0400). [10:22:25] ~/test$ git clone http://orgmode.org/org-mode.git Cloning into org-mode... [10:35:

Re: [O] git repository over http?

2011-08-17 Thread Bastien
Hi Peter, peter.fri...@agfa.com writes: > I can’t seem to clone the git repository over http (from > http://orgmode.org/org-mode.git). Is the server not supporting http, or is > it just me? The server isn't supporting the http protocol -- you can use http://repo.or.cz/w/org-mode.git instead, wh