First page Back Continue Last page Summary Graphic
Recap
Create an RCS directory in the directory you wish to keep the files in.
ci filename - will check this file into the RCS.
co filename - will check out a read-only copy of this file from the RCS.
co -l filename - will check out a copy of the file for editing, locking
everyone else from accessing the file.
rlog filename - to see the revision history log of the file.
Note:
The files should have their group permissions properly set so that other
group members have access, as per the discussion on group permissions.