Bringing a file under RCS control |
|
RCS under the directory where you will be working
on your files. Type this Unix command:
% mkdir RCS
ci command.
For example, if your file were named foo, you would
check it in using this Unix command:
% ci foo
RCS/foo,v <-- foo
enter description, terminated with single '.' or end of file:
NOTE: This is NOT the log message!
>>
As the sample output shows, you will be prompted to type in a
brief description of what this file contains or what it is for.
End the description with a line containing only one period (.).
This procedure will delete your working copy. The next topic will tell you how to get it back.
|
John Shipman, john@nmt.edu
Last updated: 1995/12/06 21:16:34 UT URL: http://www.nmt.edu/tcc/help/tool/rcs/initial.html |
|