/ acm / sigsoft / cvs workshop / Nov '96
$ cd fmcc $ cvs import -m "imported sources" fmcc frobozzco V_0_9CVS will create a fmcc directory in the CVSROOT and import the current directory and it's children into revision control. The last two arguments are the vendor and release tags. They don't have to have any special meaning.
You can make sure that this worked by saving the old directory and checking the project out of the CVS repository:
$ cd .. $ mv fwcc fwcc.orig $ cvs checkout fwcc $ cd fwcc ; ls
$ mkdir hello $ cd hello $ cvs import -m "new project started" hello new startYou now have a module called "hello" with no files in it.