This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Official GCC git repository


On Wed, 2008-03-26 at 22:57 -0400, Daniel Berlin wrote:
> 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

This is an artifact, it now creates them on the fly from the git repo
rather than caching them.  git-svn should delete all of the temp index
files, if these are just leftovers from an old import, ok.  Otherwise
I'd send a bug report.

Harvey


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]