info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to create a module


From: Sangeetha Parthasarathy
Subject: how to create a module
Date: Wed, 27 Feb 2002 16:58:29 -0800

Hi,
I have come to the end of my tether trying to create a module. Please
let me know what I am doing wrong.
This is what I am doing. From the cvs.org I got the pricedure to create
a module in an existing repository, which is as follows.

Step 1:
Get a working copy of the modules file.

$ cvs checkout CVSROOT/modules
$ cd CVSROOT

Step 2:
Edit the file and insert a line that defines the module.

 To define the module `quotes' inside project source/mod1/mod2/

  quotes   source/mod1/mod2/quotes

Step 3:
Commit your changes to the modules file.

  $ cvs commit -m "Added the quotes module." modules


Step 4:
Release the modules module.

$ cd ..
$ cvs release -d CVSROOT


Please let me know what I am doing wrong.
Thanks
Sangeetha










reply via email to

[Prev in Thread] Current Thread [Next in Thread]