Once you have access to a repository, you need to import
one or more modules for people to use.
cd into directory containing files to be imported.
Entire directory tree will be imported into CVS.
-
cvs import modulename vendortag
initialtag
Example:
$ cvs -d /home/cvsroot import -m "Initial import into CVS" hello dyork start
N hello/hello.py
N hello/README
No conflicts created by this import
$