Is there a migration tool from CVS to Git?

前端 未结 12 1861
栀梦
栀梦 2020-11-27 13:34

I intend to switch over from CVS to Git. In the case of SVN, there seems to be cvs2svn. Is there a similar tool to easily migrate from CVS to Git?

12条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 13:41

    The only tool that has incremental import seems to be git-cvsimport. If you want to convert (migrate) from CVS to Git, the best solution for now seems to be mentioned above cvs2git mode of cvs2svn.

    See also Interfaces Frontends And Tools page on Git wiki, section about interaction with other revision control systems.

提交回复
热议问题