On 1/5/25 10:15 PM, Greg A. Woods wrote:
I've avoided using any of the new conversions (hg or git) because my experiments to use them have, so far, frequently required starting from scratch with a fresh clone because someone has messed around in the CVS repositories in such a way that the hashes all change, again and again.
I'm carrying along a large stack of local changes. After the occasional history break, it normally boils down to picking up the branch point (e.g. the first non-draft change) and looking for the matching commit based on the date. After that a rebase with explicit destination works automatically in all cases I have seen so far.
Joerg