Description
Manages source code history with the classic CVS version control system. It can track file changes, coordinate work between developers, and connect to older repositories that still use CVS.
Use it when a project specifically requires CVS compatibility. For new projects, most users will prefer newer systems such as Git, but CVS remains useful for maintaining legacy codebases.