How to Install cvsps in Ubuntu 18.04



Install cvsps by entering the following commands in the terminal:

sudo apt update
sudo apt install cvsps

Description:

Tool to generate CVS patch set information

CVSps is a program for generating 'patch set' information from a CVS repository. A patch set in this case is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.

Homepage: http://www.cobite.com/cvsps/

Version: 2.1-8

Section: universe/devel