pcvs

Homepage: https://www.gnu.org/software/emacs

Author: Greg A. Woods, Greg Klanderman, Jari Aalto, Jim Blandy, Jim Kingdon, Karl Fogel, Per Cederqvist, Stefan Monnier, The PCL-CVS Trust

Summary

A front-end to CVS

Commentary

PCL-CVS is a front-end to the CVS version control system.
It presents the status of all the files in your working area and
allows you to commit/update several of them at a time.
Compare with the general Emacs utility vc-dir, which tries
to be VCS-agnostic.  You may find PCL-CVS better/faster for CVS.

PCL-CVS was originally written by Per Cederqvist many years ago.  This
version derives from the XEmacs-21 version, itself based on the 2.0b2
version (last release from Per).  It is a thorough rework.

PCL-CVS is not a replacement for VC, but adds extra functionality.
As such, I've tried to make PCL-CVS and VC interoperate seamlessly
(I also use VC).

To use PCL-CVS just use `M-x cvs-examine RET  RET'.
There is a TeXinfo manual, which can be helpful to get started.

Dependencies