Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262398AbVEMPSL (ORCPT ); Fri, 13 May 2005 11:18:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262403AbVEMPSL (ORCPT ); Fri, 13 May 2005 11:18:11 -0400 Received: from fmr18.intel.com ([134.134.136.17]:42655 "EHLO orsfmr003.jf.intel.com") by vger.kernel.org with ESMTP id S262398AbVEMPR5 (ORCPT ); Fri, 13 May 2005 11:17:57 -0400 Message-ID: <4284C54E.3060907@linux.intel.com> Date: Fri, 13 May 2005 10:18:38 -0500 From: James Ketrenos User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050423 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Garzik CC: Netdev , Linux Kernel Subject: Re: git repository for net drivers available References: <42841A3F.7020909@pobox.com> In-Reply-To: <42841A3F.7020909@pobox.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1982 Lines: 59 Jeff Garzik wrote: > > This includes the wireless-2.6 repository. > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git > > The main branch is fairly irrelevant, as you must choose the branch > you wish: > >> [jgarzik@pretzel netdev-2.6]$ ls .git/branches/ >> 8139cp e1000 ixgb r8169 skge >> we18 >> 8139too-iomap forcedeth janitor register-netdev smc91x >> wifi >> amd8111 ieee80211 orinoco remove-drivers smc91x-eeprom >> e100 iff-running ppp sis900 starfire > Ok, I'll bite. Hopefully I'm not the only one tripping on shoe laces... Here is what I did -- what am I doing wrong? Following is using cogito 0.10: REPO=rsync://rsync.kernel.org/pubs/scm/linux/kernel/git/jgarzik/netdev-2.6.git cg-clone ${REPO} .... get coffee, etc. ... come back and I have a netdev-2.6 tree ... cg-branch-add wifi ${REPO}#wifi cg-update wifi .... connects and attempts to download but fails out with: ---------------- receiving file list ... done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync: link_stat "/scm/linux/kernel/git/jgarzik/netdev-2.6.git/heads/wifi" (in pub) failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(653) receiving file list ... done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? cg-pull: unable to get the head pointer of branch wifi ---------------- Should it be trying to get 'wifi' from ...netdev-2.6.git/branches (vs. heads)? Tool problem, user problem, complete lack of knowledge re: git and cogito, or a combination of the above? Thanks, James - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/