From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: Error accessing Emacs GIT repo from windows (XP) Date: Mon, 20 Aug 2007 21:28:12 +0200 Message-ID: <87zm0mdn03.fsf@rho.meyering.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187638110 7726 80.91.229.12 (20 Aug 2007 19:28:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 19:28:30 +0000 (UTC) Cc: Savannah Hackers , Emacs Devel To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 21:28:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1INCvI-0000Nd-Eb for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 21:28:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INCvG-00021l-7z for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 15:28:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INCvD-00021F-5K for emacs-devel@gnu.org; Mon, 20 Aug 2007 15:28:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INCvA-0001zX-4C for emacs-devel@gnu.org; Mon, 20 Aug 2007 15:28:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INCv9-0001zJ-EU; Mon, 20 Aug 2007 15:28:15 -0400 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INCv8-00028W-JH; Mon, 20 Aug 2007 15:28:14 -0400 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id CB8285A28A; Mon, 20 Aug 2007 21:28:13 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g19.free.fr (Postfix) with ESMTP id B15485A267; Mon, 20 Aug 2007 21:28:13 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id B33E84EEDD; Mon, 20 Aug 2007 21:28:12 +0200 (CEST) In-Reply-To: (dhruva's message of "Mon\, 20 Aug 2007 17\:36\:56 +0530") Original-Lines: 20 X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76856 Archived-At: dhruva wrote: > I am behind a firewall, hence have to use http. > > When I try on a different repository, it works! > $git clone http://git.sv.gnu.org/r/emacs-off.git > > which is the main GIT repo for emacs? > 1. http://git.sv.gnu.org/r/emacs.git > 2. http://git.sv.gnu.org/r/emacs-off.git > > The first does not work for me. Thanks for the report. Now, this works: git clone http://git.sv.gnu.org/r/emacs.git FYI, I fixed it by making the hooks/post-update script executable. That ensures that git-update-server-info is run after each push. Also, I removed emacs-off.git.