|
|
cvs importing new module(project) - CVS
|
Views : 339
|
|
Tagged in : CVS
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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.
|
|
By raja, On - 2009-12-29 |
|
|
|