Sunday, April 02, 2006

Create a new module with CVS

If you want to create a new module, let's say newdir:
  1. go into the directory newdir.
  2. Run the command:
    cvs import newdir vendor version 

    vendor and version are not important, you can write what you want.
  3. Write a comment.
  4. Now you have a new module, you just have to checkout, to be sure that the file is ok.
I did not write -d ... because in my environment variables: CVSROOT and CVS_RSH are defined.

0 Comments:

Post a Comment

<< Home