cvs importing new module(project)
by raja[ Edit ] 2009-12-29 12:45:42
Syntax:
cvs import -m "module description" modulename vendortag releasetag
Suppose one wants to import a folder called "project1". The following steps are to be followed.
1. login to cvs
2. get into project1 directory like cd c:/project1, cd /home/hi/project1
3. cvs import -m "This is project 1" project1 ven0 rel0
Now the module will be imported.
One can test the imported module using cvs ls command.