This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Official GCC git repository
On Wed, Mar 26, 2008 at 10:12 PM, Harvey Harrison
<harvey.harrison@gmail.com> wrote:
> On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote:
> > On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison
> > <harvey.harrison@gmail.com> wrote:
> > >
> > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote:
> > > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <bernie@codewiz.org> 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.
>
Why does it create files named index if they are not needed?
This seems odd to me