From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8566 invoked by alias); 27 Jul 2008 09:20:45 -0000 Received: (qmail 8542 invoked by uid 22791); 27 Jul 2008 09:20:44 -0000 X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 27 Jul 2008 09:20:19 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 60EE56A7AC; Sun, 27 Jul 2008 11:20:15 +0200 (CEST) From: Jim Meyering To: gdb@sourceware.org Subject: Re: gdb.git: author username-to-Full_Name+email map: RFC In-Reply-To: <87abg7s2ce.fsf@rho.meyering.net> (Jim Meyering's message of "Thu, 24 Jul 2008 17:56:17 +0200") References: <87abg7s2ce.fsf@rho.meyering.net> Date: Mon, 28 Jul 2008 10:49:00 -0000 Message-ID: <87ej5fisz4.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-07/txt/msg00277.txt.bz2 Jim Meyering wrote: > I'm preparing a read-only git mirror of gdb's CVS repository. > It will be automatically sync'd every ~30 minutes, just as the other It's sync'd once per hour, now. ... > Here's the gitweb interface: > http://sourceware.org/git/gitweb.cgi?p=gdb.git > > As it suggests at the top, you can get a copy via any > of these URLs: > > git://sources.redhat.com/git/gdb.git > ssh://sources.redhat.com/git/gdb.git > http://sources.redhat.com/git/gdb.git > > E.g., run this > > git clone git://sources.redhat.com/git/gdb.git > > That downloads ~73MB to create a copy of the repository in gdb/.git, > and puts all of the checked out files in gdb consuming a total of ~200MB. It's more like 100MB for .git and 250MB for the whole thing. > If there are enough changes to the Authors list, I may regenerate > everything within the next couple weeks. I've regenerated the repository using an updated mapping, so if you have a cloned directory, don't bother trying to pull from it. Instead, just remove it and clone again. BTW, for read-only access, use the git:// URL, git clone git://sources.redhat.com/git/gdb.git unless a firewall forces you to clone via the inferior http:// protocol.