CVS : Add new file Team -6 October 28, 2004
To add new file to the module Get a working copy of the module. Create the new file inside your working copy. Use cvs add filename to tell CVS to version control the file. Use cvs commit filename to check in the file to the repository.
Example: add new file cvs add: scheduling file `new‘1 for addition [g6@localhost work]$ cvs add new1 cvs add: scheduling file `new‘1 for addition cvs add: use 'cvs commit' to add this file permanently [g6@localhost work]$ cvs update cvs update: Updating . A new1 [g6@localhost work]$ cvs commit new (CVS prompts for a log entry.)
Questions ????