Files and Folders: PHP CVS Client
Cesar D. Rodas (contact me)
This class can be used to retrieve files from a CVS repository in pure PHP, thus without using separate programs.
It accesses a given remote CVS repository using the ":pserver:" protocol and perform several types of operations:
- Connects to a CVS server and authenticates on behalf of a given user
- Checkout given files from the server
- Retrieve the log of changes of a given file
Click here for detailed information about this class on phpclasses.org