From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: git repository over http? Date: Thu, 18 Aug 2011 10:47:17 -0400 Message-ID: References: <1E33C447-B199-4358-8A0F-D3159680085D@agfa.com> <878vqsh3ug.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6db5bcc72cdbe04aac8b080 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu3sS-0003ZI-KG for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qu3sP-0006Su-CR for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:47:24 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:65090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu3sP-0006Si-51 for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 10:47:21 -0400 Received: by wwf10 with SMTP id 10so1689304wwf.30 for ; Thu, 18 Aug 2011 07:47:19 -0700 (PDT) In-Reply-To: <878vqsh3ug.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --0016e6db5bcc72cdbe04aac8b080 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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:43] ~/test$ cd org-mode/ [10:36:46] ~/test/org-mode$ git log -1 commit 74cca9f57ee3896dad85d3b354d1d9db286e799b Author: Nicolas Goaziou Date: Thu Aug 18 15:44:46 2011 +0200 org-indent: silence byte-compiler [10:36:57] ~/test/org-mode$ cat .git/config [core] repositoryformatversion =3D 0 filemode =3D true bare =3D false logallrefupdates =3D true ignorecase =3D true [remote "origin"] fetch =3D +refs/heads/*:refs/remotes/origin/* url =3D http://orgmode.org/org-mode.git [branch "master"] remote =3D origin merge =3D refs/heads/master http:// does work for cloning and pulling from the main Repo, however there's nothing to indicate that anything is happening until the task is complete. Regards, Jonathan On Wed, Aug 17, 2011 at 3:52 AM, Bastien wrote: > Hi Peter, > > peter.frings@agfa.com writes: > > > I can=92t 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, which lags behind by > just ~1 hour. > > HTH, > > -- > Bastien > > --0016e6db5bcc72cdbe04aac8b080 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable
Hello Bastien,

The server does seem to suppor= t HTTP for pulling, however it is very slow. I have to use http from work b= ecause 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...
<= div>[10:35:43] ~/test$ cd org-mode/
[10:36:46] ~/test/org-m= ode$ git log -1
commit 74cca9f57ee3896dad85d3b354= d1d9db286e799b
Author= : Nicolas Goaziou <n.goaziou@gmai= l.com>
Date: Thu Aug 18 15:44:46 2011 = +0200

org-indent: silence byte-co= mpiler
[10:36:57] ~/test/org-mode$ cat .= git/config
[core]
repositoryformatversio= n =3D 0
filemode =3D true
bare =3D false
logallrefupdates =3D true
<= div> ignorecase =3D true
[remote "origin"]
fetch =3D +refs/heads/*:r= efs/remotes/origin/*
[branch "master"]
remote =3D origin<= /div>
merge =3D refs/heads/master<= /font>

http:// does work for cloning and pulling from the main Repo, howev= er there's nothing to indicate that anything is happening until the tas= k is complete.

Regards,

Jonathan
<= div>
On Wed, Aug 17, 2011 at 3:52 AM, B= astien <bzg@altern.o= rg> wrote:
Hi Peter,

peter.frings@agfa.com writes:<= br>
> I can=92t seem to clone the git repository over http (from
> http://o= rgmode.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, which lags behind by
just ~1 hour.

HTH,

--
=A0Bastien


--0016e6db5bcc72cdbe04aac8b080--