Re: git-cvs-import and branches
From: David Mansfield <hidden>
Date: 2016-06-15 22:42:19
On Fri, 2006-02-17 at 20:55 +0100, Martin Mares wrote:
Hello! I'm git-importing a rather large CVS repository with lots of branches and although the mainline is imported correctly, the branches aren't. They usually contain some changes introduced to the ancestor branch after the point the new branch has been tagged. I haven't studied git-cvsimport and cvsps in much detail yet, but it seems that git-cvsimport forks off the branch at the first patchset reported by cvsps which mentions the branch and copies the current state of the ancestor branch at that time. This doesn't seem to be correct, since many changes might have happened to the ancestor branch since the real branching point. However, since cvsps doesn't report the branching points (and they aren't exact points anyway since tagging is not atomic in CVS), I don't see how to make cvsimport find the right starting revision.
Ugh. I understand the problem but really don't have any solutions off-hand. Unfortunately, I dying under a 'real work' load at the moment, so I have to apologize and say, 'good luck.' David