How to import or create a module in WinCVS
Create a new module
To create a project to be used with cvs, login to the cvs server via ssh, change to an empty directory and issue the command:
cvs import -m 'start' new_project/dir/to/create comment start
To add files, go to and select the directory you wish to add to cvs. Put the module name and path as the server as the basename of your local directory

