Migrate from CVS to Mercurial: Separating projects

后端 未结 2 623
陌清茗
陌清茗 2021-01-06 23:53

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 ar

2条回答
  •  不知归路
    2021-01-07 00:26

    Simply run cvs2hg three times, each time pointing it at a project subdirectory within your CVS repository; e.g.,

    cvs2hg [OTHER-OPTIONS...] $CVSROOT/Project/SubProject1
    

    Write the results into three separate Mercurial repositories.

提交回复
热议问题