cvsps

Tool to generate CVS patch set information

Install

All systems
curl cmd.cat/cvsps.sh
Debian Debian
apt-get install cvsps
Ubuntu
apt-get install cvsps
Arch Arch Linux
pacman -S cvsps
image/svg+xml Kali Linux
apt-get install cvsps
CentOS
yum install cvsps
Fedora
dnf install cvsps
Windows (WSL2)
sudo apt-get update sudo apt-get install cvsps
OS X
brew install cvsps
Raspbian
apt-get install cvsps

cvsps

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.