Posts Tagged ‘ci’
cvs – Concurrent Versions System
USAGE
cvs [ cvs_options ]
cvs_command [ command_options ] [ command_args ]
NOTE
This manpage is a summary of some of the features of cvs but [...]
Categories: c
co – check out RCS revisions
USAGE
co [options] file …
DESCRIPTION
co retrieves a revision from each RCS file and stores it into the cor-
responding working file.
Pathnames matching an [...]
Categories: c
ci – check in RCS revisions
USAGE
ci [options] file …
DESCRIPTION
ci stores new revisions into RCS files. Each pathname matching an RCS
suffix is taken to be an RCS file. All others are assumed [...]
Categories: c
