cvs2cl
CVS-log-message-to-ChangeLog conversion script
Install
- All systems
-
curl cmd.cat/cvs2cl.sh
- Debian
-
apt-get install cvs2cl
- Ubuntu
-
apt-get install cvs2cl
- Fedora
-
dnf install cvs2cl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cvs2cl
- Raspbian
-
apt-get install cvs2cl
- Dockerfile
- dockerfile.run/cvs2cl
cvs2cl
CVS-log-message-to-ChangeLog conversion script
This perl script produces a GNU-style ChangeLog for CVS-controlled sources, by running "cvs log" and parsing the output. Duplicate log messages get unified in the Right Way.