rvi: rvi is an interface to RCS that attempts to make the process of using RCS simpler. (Original source: https://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/) https://www.cs.ru.ac.za/research/g98t4414/static/home/rvi/

Jeffrey H. Johnson 09d3327755 Reformat code, no functional changes 3 yıl önce
src 09d3327755 Reformat code, no functional changes 3 yıl önce
.deepsource.toml 6a535f038f Add: .deepsource.toml 3 yıl önce
.gitattributes 419539723d Update .gitattributes: GitHub Linguist vendoring 3 yıl önce
.gitignore f91bf7b6fc multi: Update configurel add .gitignore, LICENSE. 3 yıl önce
.whitesource 87d9775ba5 Add .whitesource configuration file 3 yıl önce
INSTALL 0b3c71b2d8 INSTLL: Reformat and clarify documentaiton. 3 yıl önce
LICENSE fa3a589ebc multi: Update LICENSE file, add filename check. 3 yıl önce
Makefile.in a3b929cfe5 Move doc/rvi.txt to README; install non-executable 3 yıl önce
README.md e57ad32eda README.md: Update documentation 3 yıl önce
SECURITY.md 67a87ee399 Update SECURITY.md 3 yıl önce
configure f91bf7b6fc multi: Update configurel add .gitignore, LICENSE. 3 yıl önce
install-sh eb92d260e5 multi: Consistently use `env` to locate the shell. 3 yıl önce
missing eb92d260e5 multi: Consistently use `env` to locate the shell. 3 yıl önce
mkinstalldirs eb92d260e5 multi: Consistently use `env` to locate the shell. 3 yıl önce

README.md

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