I am converting all of the revisions from each CVS file into git objects the first time the file is parsed. The plan was to run repack after each file is finished. That way it should be easy to figure out the deltas since everything will be a variation on the same file. So what's the best way to pack these objects, append them to the existing pack and then clean everything up for the next file? I am parsing 120K CVS files containing over 1M revs. After I get all of the objects written and packed later code is going to write out the trees. -- Jon Smirl jonsmirl@xxxxxxxxx - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html