Re: cvs-migration.txt
From: Martin Langhoff <hidden>
Date: 2016-06-15 22:42:16
On 1/16/06, Junio C Hamano [off-list ref] wrote:
what we are saying here is that you should never commit into these branches yourself and let cvsimport be the only one that touch them, so using commiter date and author date would not make a difference.
Exactly. You should make a new head off the one imported from cvs, and work there. This supports continued use of cvsimport if the cvs repo is still active. To bring in those changes you will have to merge them into your branch. If you are 200% certain that the cvs repo is going to be removed immediately, you can ignore this advice. Run the cvsimport once, and then start developing on top. If you do this, however, don't run that cvsimport ever again, for it will mess up things royally ;) But it's a bad idea to keep using the same branches in any case. Life is saner if you work on new heads. martin