|
|
| Name: |
PHP CVS Client |
| Base name: |
cvsclient |
| Description: |
Retrieve files from a CVS repository in pure PHP |
| Related classes: |
cvs, repository |
| Version: |
- |
| PHP version: |
4.0 |
| License: |
BSD License |
| All time users: |
920 users |
| All time rank: |
3205 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
 |
|
Innovation award
 Nominee: 23x
Winner: 5x |
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
 December 2007
Number 8 |
CVS is one of the most popular version control tools used by software project teams.
Retrieving the projects of a file hosted in a CVS repository usually requires the use of a separate CVS client program.
This class provides a solution to retrieve files from a remote CVS repository using only pure PHP code, i.e. without relying on a separate CVS client program.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
.foo |
Data |
Empty file for create folder |