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/

Reply via email to