| Adding / Editing / Committing / Updating |
Committing your changes back into the repository:$ cvs commit -m "log message"CVS will not let you commit if you have non-up-to-date files. If you omit the log message (-m option), an editor will be invoked to allow you to enter a log message. Checking out a copy of a projectLet's assume that we created the hello project (see the previous slide).$ cvs checkout helloWe now have a hello directory with a CVS subdirectory and no other files. |
| pg 14 |
|