rcs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rcs [2025/03/05 14:57] – [Intro and Background:] zilog | rcs [2025/03/05 15:16] (current) – [Basic RCS usage:] zilog | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== RCS — A System for Version Control | + | ===== RCS — A System for Version Control ===== |
- | ===== Intro and Background: | + | ==== Intro and Background: ==== |
RCS was first released in 1982 by Walter Tichy at Purdue University making it one of the earliest version control systems (VCS) used for software development. Unlike modern VCS which are designed for distributed, | RCS was first released in 1982 by Walter Tichy at Purdue University making it one of the earliest version control systems (VCS) used for software development. Unlike modern VCS which are designed for distributed, | ||
Line 23: | Line 23: | ||
The '' | The '' | ||
- | * create a working directory & RCS sub-dir: '' | + | * create a working directory & RCS sub-dir: |
- | * change to working dir & create a file: '' | + | * change to working dir & create a file: |
- | * make initial commit of test file: '' | + | * make initial commit of test file: |
- | * check file back out for further edits: '' | + | * check file back out & edit again: |
- | * commit new revision of file: '' | + | * view diffs (working file vs last checked ver.): |
+ | * commit new revision of file: | ||
+ | * view log of changes: | ||
- | The '' | + | Specific revisions can be acted upon by passing them to the various commands in the form '' |
+ | |||
+ | === RCS by Example === | ||
+ | While comprehensive coverage | ||
- | While a comprehensive tour of all RCS can do is beyond the scope of this introductory tutorial, the basics can be grasped fairly easily and are perhaps best conveyed via an illustrative [[RCS Sample Session]]. | ||
==== RCS Quirks ==== | ==== RCS Quirks ==== | ||
* no space allowed between options and arguments, i.e. use '' | * no space allowed between options and arguments, i.e. use '' |
rcs.1741186638.txt.gz · Last modified: 2025/03/05 14:57 by zilog