Create a new module with CVS
If you want to create a new module, let's say newdir:
- go into the directory newdir.
- Run the command:
cvs import newdir vendor version
vendor and version are not important, you can write what you want. - Write a comment.
- Now you have a new module, you just have to checkout, to be sure that the file is ok.
0 Comments:
Post a Comment
<< Home