Simon 'corecode' Schubert <corecode@fs.ei.tum.de> wrote:
If you are importing your history you probably really do want
the tags. As broken as they may be. Because they represent real
state that you probably need to be able to recover in the future.
One could make the argument that most very old tags aren't worth
importing, but certainly tags related to recent releases that are
still in production use (and thus may need patching) are probably
needed.
In Git the only way to really do this is to create a branch from a
nearby commit, then modify the branch until it conforms to the tag.
Do a series of evil merges from the relevant commits of each file
until you get the branch looking the way it needs to. *THEN*
you tag it.
Also probably the fastest CVS->Git converter publiclly available,
as its backed by git-fast-import. :)
--
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html