Re: cvsimport/cvsps: wrong revisions in branch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Thursday, January 25, 2007 - 10:52 am

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cvsimport/cvsps: wrong revisions in branch, Gerrit Pape, (Thu Jan 25, 7:22 am)
Re: cvsimport/cvsps: wrong revisions in branch, Simon 'corecode' Sch ..., (Thu Jan 25, 7:35 am)
Re: cvsimport/cvsps: wrong revisions in branch, Simon 'corecode' Sch ..., (Thu Jan 25, 9:24 am)
Re: cvsimport/cvsps: wrong revisions in branch, Shawn O. Pearce, (Thu Jan 25, 10:52 am)
Re: cvsimport/cvsps: wrong revisions in branch, Martin Langhoff, (Thu Jan 25, 7:06 pm)
Re: cvsimport/cvsps: wrong revisions in branch, Simon 'corecode' Sch ..., (Thu Jan 25, 11:20 pm)
Re: cvsimport/cvsps: wrong revisions in branch, Gerrit Pape, (Fri Jan 26, 2:00 am)
Re: cvsimport/cvsps: wrong revisions in branch, Robin Rosenberg, (Fri Jan 26, 4:12 pm)