From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30892 invoked by alias); 20 Jun 2008 02:20:46 -0000 Received: (qmail 30883 invoked by uid 22791); 20 Jun 2008 02:20:46 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 20 Jun 2008 02:20:01 +0000 Received: from kahikatea.snap.net.nz (3.30.255.123.static.snap.net.nz [123.255.30.3]) by viper.snap.net.nz (Postfix) with ESMTP id CBC5F3D9D15; Fri, 20 Jun 2008 14:19:58 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 3665E8FC6D; Fri, 20 Jun 2008 14:19:44 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18523.5054.926872.385528@kahikatea.snap.net.nz> Date: Fri, 20 Jun 2008 02:20:00 -0000 To: Andreas Schwab Cc: Thiago Jung Bauermann , gdb@sourceware.org Subject: Re: gdb-python git repository In-Reply-To: References: <18517.39119.960698.400677@kahikatea.snap.net.nz> <20080618191715.fzt0c4pyiokc8wo8@imap.linux.ibm.com> <18521.39579.653040.689209@kahikatea.snap.net.nz> <20080619010648.r379fi19ck88g484@imap.linux.ibm.com> <18522.6198.599742.327420@kahikatea.snap.net.nz> X-Mailer: VM 7.19 under Emacs 22.2.50.2 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00192.txt.bz2 > The git protocol works fine for you, otherwise you would not have been > able to clone it. But the third line in the instructions explicitly > changes the protocol to git+ssh, which is wrong. The third line is: git checkout --track -b python-revisited origin/python-revisited I don't see how that changes the protocol to git+ssh. > ...Just leave it out. If I do: git checkout --track -b python-revisited origin/python-revisited or git checkout --track -b python-revisited I get: git checkout: branch python-revisited already exists I have the repository checked out as described in the wiki and which didn't appear to involve ssh. What git command should I use (from the mainline directory?) to do an update (anonymously)? I would guess it's some kind of "git pull" -- Nick http://www.inet.net.nz/~nickrob