This project will provide a PHP class to communicate with a CVS repository via both direct connection to a local filesystem and pserver access to the repository, with the possibility of enabling (in a future version) connectivity using the :ext: method.
Gruntspud is a graphical CVS client written in Java. It supports a variety of different connection mechanisms (local, pserver, ext, ssh & server). It is intended to be able to run as a plugin to jEdit but also as as a standalone application.
ccvssh is reimplementation of cvssh in C. It is external program called by cvs (via :ext: method) and it connects to remote CVS pservers via SSL tunnel. It is fast and easy to use.