From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Suggest changing git repo on website to refer to git protocol Date: Tue, 22 Jul 2008 22:22:49 -0400 Message-ID: <873am1cpae.fsf@gollum.intra.norang.ca> References: <6dbd4d000807220948k1a90f623x9122d0073d6e01b8@mail.gmail.com> <74758616-DF56-4EB8-A5EF-AD1E8900303F@uva.nl> <4886168E.5080908@manor-farm.org> <8C7E273F-8690-4A16-9172-BB6C9A3545B0@uva.nl> <6dbd4d000807221035t2c3271a0h6296f56255a60dab@mail.gmail.com> <6dbd4d000807221301q7896e920g287e0500efd92f80@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLU4h-0002xB-M3 for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 22:27:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLU4g-0002vu-Te for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 22:27:31 -0400 Received: from [199.232.76.173] (port=46757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLU4g-0002vb-GH for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 22:27:30 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:52748) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLU4g-0007hM-5o for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 22:27:30 -0400 In-Reply-To: (Manish's message of "Wed\, 23 Jul 2008 02\:30\:43 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: Carsten Dominik , emacs-orgmode Using the git:// protocol is generally more efficient than http:// because you are talking to a smart server on the other end that can just send the packs you need for your fetch operation. http:// is a dumb protocol (in the sense that there is no program on the other end that knows anything about the git repository) so you end up transferring more data than you really need to. -Bernt Manish writes: > On Wed, Jul 23, 2008 at 1:31 AM, Denis Bueno wrote: > > On Tue, Jul 22, 2008 at 13:54, Carsten Dominik wrote: > >> OK, I added this. Thanks. > > > > The URL used in the "git clone" command on the website is wrong. It > > should read: > > > > git clone git://repo.or.cz/org-mode.git > > > > Cloning with the URL given currently on the website gives: > > > > tmp[94] > git clone git://repo.or.cz/w/org-mode.git Initialized > > empty Git repository in /Users/Shared/src/tmp/org-mode/.git/ > > fatal: The remote end hung up unexpectedly > > You can use "http://repo.or.cz/r/org-mode.git" for cloning over http. > ^^^ notice the r > > -- Manish > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode