On Mon, 04 Jun 2012 at 12:52:47 -0700, Matthew Dempsky wrote: > It looks like ustuehler and jcs both wrote their own cvs-to-git > importers for handling the OpenBSD src tree: > > https://github.com/ustuehler/git-cvs > https://github.com/jcs/bigcvs2git
Both will convert HEAD properly, but neither has branch support. I used the fromcvs/togit tool (which the estpak mirror uses) to convert the trees I put on Github, but I found out that that tool doesn't handle all of the branches in OpenBSD's CVS tree properly which caused some files to be missing or at incorrect revisions on -stable branches. I hoped to have properly converted trees on Github for easy cloning/forking but I got lost trying to add branch support to my conversion tool that could properly do OpenBSD's trees.

