|
Basic revision control |
|
Check in a file
$ ci foo.c
Check out a file
$ co -l foo.c
View differences and history
$ diffs foo.c
$ prs foo.c
Widely used for any textual file which undergoes revisions
Source code, html, documents, etc.
Well known systems are SCCS and RCS
Slide 6 of 30 |
4 Mar 1999 |
lm@bitmover.com |