Search This Blog

Pages

Wednesday, February 16, 2011

cvs importing new module(project)

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.

No comments:

Post a Comment