Re: [E-devel] [GIT] HTTP cloning

2013-02-25 Thread Daniel Juyung Seo
Oh yes, it's been enhanced a lot! http is slightly faster: [git] real0m28.836s user0m20.261s sys 0m3.132s [http] real0m26.372s user0m19.157s sys 0m3.716s Coolz! Daniel Juyung Seo (SeoZ) On Tue, Feb 26, 2013 at 3:21 AM, Adrien Nader wrote: > Older versions of git had a

Re: [E-devel] [GIT] HTTP cloning

2013-02-25 Thread Adrien Nader
Older versions of git had a dumb protocol over HTTP. It's been improved for more than a year. On Sun, Feb 24, 2013, Bertrand Jacquin wrote: > Not really, it does not use stock HTTP (GET every objects, pack etc), it > use git-http-backend that is CGI code that use git-upload-pack and git > pack-obj

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread Daniel Willmann
On Sun, 24 Feb 2013 13:50:07 +0100 Bertrand Jacquin wrote: > Pretty sure nobody will care about, but now all git repositories have > read only access via HTTP for thoses behind firewall. > > The clone URL in cgit have been updated to report the cloning URL. > This URL is the same shown in your b

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread Bertrand Jacquin
Not really, it does not use stock HTTP (GET every objects, pack etc), it use git-http-backend that is CGI code that use git-upload-pack and git pack-objects as git daemon does. You only have HTTP headers as an overhead. To compar time between both I did clone core/efl.git with HTTP and git protoco

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread Daniel Juyung Seo
Yes it's cool to have. Thanks Bertrand Jacquin. But as Tom mentioned git is way faster. So try git first and setup git proxy if one uses proxy. If it fails, use this http stuff. Anyway great! Thanks. Daniel Juyung Seo (SeoZ) On Sun, Feb 24, 2013 at 11:16 PM, Tom Hacohen wrote: > Cool to have,

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread Tom Hacohen
Cool to have, but guys, if you can use the git protocol, you should. It should be way faster, and less hard on the server. -- Tom. On Sun, Feb 24, 2013 at 1:17 PM, Bertrand Jacquin wrote: > D'ar sul 24 a viz C'hwevrer 2013 e 14 eur 12, « Carsten Haitzler » he deus > skrivet : > > On Sun, 24 Feb

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread Bertrand Jacquin
D'ar sul 24 a viz C'hwevrer 2013 e 14 eur 12, « Carsten Haitzler » he deus skrivet : > On Sun, 24 Feb 2013 13:50:07 +0100 Bertrand Jacquin said: > > > Hi, > > > > Pretty sure nobody will care about, but now all git repositories have > > read only access via HTTP for thoses behind firewall. > >

Re: [E-devel] [GIT] HTTP cloning

2013-02-24 Thread The Rasterman
On Sun, 24 Feb 2013 13:50:07 +0100 Bertrand Jacquin said: > Hi, > > Pretty sure nobody will care about, but now all git repositories have > read only access via HTTP for thoses behind firewall. > > The clone URL in cgit have been updated to report the cloning URL. This > URL is the same shown i

[E-devel] [GIT] HTTP cloning

2013-02-24 Thread Bertrand Jacquin
Hi, Pretty sure nobody will care about, but now all git repositories have read only access via HTTP for thoses behind firewall. The clone URL in cgit have been updated to report the cloning URL. This URL is the same shown in your browser URL bar, don't panic, this is handled by filtering the requ