* Challenge: Importing Mozilla CVS into git
@ 2006-07-26 21:08 Jon Smirl
0 siblings, 0 replies; only message in thread
From: Jon Smirl @ 2006-07-26 21:08 UTC (permalink / raw)
To: git
If anyone is looking for a project, it is still not possible to import
Mozilla CVS into git and then do increment updates. As I recall from
the last time I played with it, cvsps throws away some of the branches
because it thinks they are in a loop. parsecvs is unable to complete
the entire import without getting errors and aborting.
cvs2svn can import the entire Mozilla repository correctly. But it
imports it to svn and does not have incremental support.
Best solution would be to use the parser from parsecvs, apply the
change set detection algorithm from cvs2svn, and then add cvsps'
incremental update.
It's also not reasonable to fork git processes, there are about a
million change sets in Mozilla and it takes days of CPU time to do 1M
forks. The import app needs to use a library version of git. Another
tactic to reduce CPU time is to directly write pack files with the
delta in a first pass, and add the change set index in a later pass.
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-26 21:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-26 21:08 Challenge: Importing Mozilla CVS into git Jon Smirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).