gitcvs2git

How do you configure cvs2git to handle multiple CVS directories?


This question is related to my recent git SO post.

Other than writing a shell script, I'm not quite sure how to configure cv2git to have it read a Linux directory SRC_TREE in which are multiple CVS projects. Any pointers would be appreciated.

I am providing my recent post to show work towards this effort. I'm not asking without having first tried.

Thank you.


Solution

  • There is no support in cvs2git for converting multiple projects from CVS to git in one run of the program. So there is no alternative to running cvs2git once per repository. Writing a shell script is probably the easiest way to do this.