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: Git repository with full GCC history


Harvey Harrison wrote:

Was this repo made with svnimport or git-svn? svnimport is faster but
chooses bad delta bases as a result.  git repack -a -d -f would allow
git to choose better deltas rather than reusing the deltas that
svnimport created.

I used:


git-svn fetch
git-fetch . remotes/git-svn


Yes, I did a "git-repack -a -d -f" too. And I even did one with --window=20, but nothing changed.


(I think, I'm not a git expert).

Neither am I, but after all, who is? (Linus, you don't count)



What version of git did you use? 1.5.0.6 here.

1.5.2

I shall try it... That's probably it.


--
  // Bernardo Innocenti
\X/  http://www.codewiz.org/


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