Steps for Setting up a Project
5. CD to the root folder of the project and run CVS IMPORT command
NOTE: The projectName in the following command become the folder name when to checkout a working copy of this project. You must decide if you want to start working in a different folder from now on or if you will overwrite your existing folder when you checkout a working copy from CVS.
vendorTag and ReleaseTag aren't very important for most of us.
CVS IMPORT -m "Log Message" projectName vendorTag ReleaseTag
Example: CVS IMPORT -m"Startup" GUIGen Hale Start