On 8/1/06, Martin Langhoff <martin.langhoff@xxxxxxxxx> wrote:
just get all the file versions out of the ,v file and into the GIT repo, then do find .git/objects/ -type f | git-pack-objects. You don't have to even think of generating the packfile yourself.
Well, that's a bit of a lie, using bare find won't quite work, but if you look up the "Repacking many disconnected blobs" thread, there's a good discussion of packing objects that are not related to trees yet. martin - : 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