$Id: README.txt,v 1.3 2007-08-21 17:28:46 jpetso Exp $ CVS backend for Version Control API - Provides CVS commit information and account management as a pluggable backend. SHORT DESCRIPTION ----------------- This module provides an implementation of the Version Control API that makes it possible to use the CVS version control system. It can retrieve commit information by parsing commit logs or by using the xcvs-* trigger scripts that are called directly by CVS when a commit or tag operation is executed. For the API documentation, have a look at the module file or run doxygen/phpdoc on it to get a fancier version of the docs. AUTHOR ------ Jakob Petsovits CREDITS ------- A good amount of code in Version Control / Project Node Integration was taken from the CVS integration module on drupal.org, its authors deserve a lot of credits and may also hold copyright for parts of this module. This module was originally created as part of Google Summer of Code 2007, so Google deserves some credits for making this possible. Thanks also to Derek Wright (dww) and Andy Kirkham (AjK) for mentoring the Summer of Code project.