Hi, It all looks fine to me. What exactly is the problem that you are getting after creating this module? Is it like you cannot checkout this module that you created 'quotes'? The entry in module file should look like
ProjectName <where from to check out> In my case I keep Quote Quote Reason is "Quote" = my module name and "Quote" = the repository name in CVS. REgards, Vishal Jain -----Original Message----- From: Sangeetha Parthasarathy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 7:58 PM To: [EMAIL PROTECTED] Subject: how to create a module 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
