johnsonjh / rvi

rvi: rvi is an interface to RCS that attempts to make the process of using RCS simple. (Maintained version of original from https://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rvi - Revision Control System Interface

rvi is an interface to RCS

Overview

rvi attempts to make the process of using RCS simple.

Details

Here is an extract from the rcs man page:

"The Revision Control System (RCS) manages multiple
 revisions of files. RCS automates the storing,
 retrieval, logging, identification, and merging of
 revisions. RCS is useful for text that is revised
 frequently, for example programs, documentation,
 graphics, papers, and form letters."

See the rcsintro man page for more details.

Availability

Requirements

  • the RCS system
  • a C++ compiler

Usage

  • rvi <filename>

Original Author

About

rvi: rvi is an interface to RCS that attempts to make the process of using RCS simple. (Maintained version of original from https://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/)

License:Other


Languages

Language:C++ 90.5%Language:Makefile 9.5%