RCS
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar |
---|
Contents
Introduction to RCS
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, including source code, programs, documentation, graphics, papers, and form letters.
Project Homepage: http://www.cs.purdue.edu/homes/trinkle/RCS
Dependencies
Optional
Non-Multilib
Install CVS by running the following commands:
./configure --prefix=/usr && make
Now, as the root user:
make install &&
Multilib
32Bit
Please contribute
N32
Please contribute
64Bit
Please contribute
Contents
Installed Programs: | rcsmerge rcs merge rcsdiff co ci rlog ident rcsclean |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
ci | is the program used to check-in the file. |
---|---|
co | is used to check-out the file. |
rlog | is a program to view the change log for the file. |