Linux - How to import new module or project, CVS import
How to import new module or 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/malu/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.
Command to list all cvs modules
cvs ls
The topic on Linux - How to import new module or project is posted by - Mallu
Hope you have enjoyed, Linux - How to import new module or projectThanks for your time