# Initial check-in of file (leaving file active in filesystem) ci -u # Check out with lock co -l # Check in and unlock (leaving file active in filesystem) ci -u # Display version x.y of a file co -px.y # Undo to version x.y (overwrites file active in filesystem with the specified revision) co -rx.y # Diff file active in filesystem and last revision rcsdiff # Diff versions x.y and x.z rcsdiff -rx.y -rx.z # View log of check-ins rlog # Break an RCS lock held by another person on a file rcs -u