ci file
This time, you are prompted to enter a log of the changes made, and
the file is deposited as revision 1.2. Note that a check-in
normally removes the working file. To retrieve a read-only copy,
do a check-out without a lock:
co file
This is useful when you need to keep a copy on hand for compiling or searching.
As a shortcut to the previous ci/co, you could type:
ci -u file
This checks in the file but immediately checks out a read-only
(“unlocked”) copy.
In practice, you would probably make a “checkpoint”
of your working version and then keep going, like this:
ci -l file
This checks in the file, and then checks it back out again, locked,
for continued work.
To compare changes between a working file and its latest revision,
you can type:
rcsdiff file