User Tools

Site Tools


rcs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rcs [2025/03/05 15:14] – minor formatting tweaks and re-wording zilogrcs [2025/03/05 15:16] (current) – [Basic RCS usage:] zilog
Line 26: Line 26:
     * change to working dir & create a file:   ''$ cd ~/rcs_fun ; echo 'RCS is awesome!' > fubar''     * change to working dir & create a file:   ''$ cd ~/rcs_fun ; echo 'RCS is awesome!' > fubar''
     * make initial commit of test file:   ''$ ci -u fubar ''     * make initial commit of test file:   ''$ ci -u fubar ''
-    * check file back & edit some more:   ''$ co -l fubar && echo 'this file is fubar' >> fubar''+    * check file back out & edit again:   ''$ co -l fubar && echo 'this file is fubar' >> fubar''
     * view diffs (working file vs last checked ver.):    ''$ rcsdiff fubar''     * view diffs (working file vs last checked ver.):    ''$ rcsdiff fubar''
     * commit new revision of file:   ''$ ci -u fubar''     * commit new revision of file:   ''$ ci -u fubar''
rcs.txt · Last modified: 2025/03/05 15:16 by zilog