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 роки тому | |
---|---|---|
src | 3 роки тому | |
.deepsource.toml | 3 роки тому | |
.gitattributes | 3 роки тому | |
.gitignore | 3 роки тому | |
.whitesource | 3 роки тому | |
INSTALL | 3 роки тому | |
LICENSE | 3 роки тому | |
Makefile.in | 3 роки тому | |
README.md | 3 роки тому | |
SECURITY.md | 3 роки тому | |
configure | 3 роки тому | |
install-sh | 3 роки тому | |
missing | 3 роки тому | |
mkinstalldirs | 3 роки тому |
rvi
is an interface to RCS
rvi
attempts to make the process of using RCS
simple
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.