From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6080 invoked by alias); 27 Mar 2008 02:12:55 -0000 Received: (qmail 5985 invoked by uid 22791); 27 Mar 2008 02:12:54 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Mar 2008 02:12:31 +0000 Received: by rv-out-0910.google.com with SMTP id g11so2398854rvb.56 for ; Wed, 26 Mar 2008 19:12:29 -0700 (PDT) Received: by 10.141.185.3 with SMTP id m3mr677884rvp.40.1206583949288; Wed, 26 Mar 2008 19:12:29 -0700 (PDT) Received: from ?192.168.1.100? ( [216.19.190.48]) by mx.google.com with ESMTPS id f28sm12812372rvb.35.2008.03.26.19.12.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Mar 2008 19:12:28 -0700 (PDT) Subject: Re: Official GCC git repository From: Harvey Harrison To: Daniel Berlin Cc: Bernardo Innocenti , "Frank Ch. Eigler" , overseers@gcc.gnu.org, Tobias Grosser , GCC Development , David Woodhouse In-Reply-To: <4aca3dc20803261904j4d977a49je670e6e73c5a091e@mail.gmail.com> References: <47D7F8DA.8060703@codewiz.org> <47D96B8C.7030404@codewiz.org> <4aca3dc20803131148r326cf834pa9daeef29bc1e57d@mail.gmail.com> <47D9AF18.7090507@codewiz.org> <20080314144142.GC17210@redhat.com> <20080326163011.GA20021@redhat.com> <4aca3dc20803261138s20fb11famceefc20905543ef@mail.gmail.com> <1206560556.27193.136.camel@daneel> <4aca3dc20803261701l78f2fda3jebf517e2e29dd65d@mail.gmail.com> <1206576923.24940.3.camel@brick> <4aca3dc20803261904j4d977a49je670e6e73c5a091e@mail.gmail.com> Content-Type: text/plain Date: Thu, 27 Mar 2008 02:15:00 -0000 Message-Id: <1206583949.24940.10.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00183.txt.bz2 On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison > wrote: > > > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti wrote: > > > > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > > > > > > > > in .git/svn/tags > > The .rev_map files are small (~4k, iirc), there are larger files in > each dir named "index". > > You have all 800+ tags in less than 50 meg metadata? rm .git/svn/tags/*/index You don't need them. Same goes for the index files in the branches. Harvey