We have a CVS repository with years of development history and 3 projects under one project (CVS folder). Those should be different repositories in a Mercurial repo. They are in the following scheme:
Project
---Sub Project 1
---Sub Project 2
---Sub Project 3
- Is there a way to automate this during the cvs2hg process?
- If not, what would be the Mercurial process to separate each sub project while keeping history (if possible).
I'm a Mercurial newbie so please bare with me.