add examples -- CVS---Concurrent Versions System
Prev: add options
Up: add
Top: Top
add examples
To add the file backend.c to the repository, with a
description, the following can be used.
$ cvs add -m "Optimizer and code generation passes." backend.c
$ cvs commit -m "Early version. Not yet compilable." backend.c