Innovation Award
 December 2007
Winner |
SVN is one of the most popular version control tools used by software project teams.
Retrieving the projects of a file hosted in a SVN repository usually requires the use of a separate SVN client program.
This class provides a solution to retrieve files from a remote SVN repository using only pure PHP code, i.e. without relying on a separate SVN client program.
Manuel Lemos |
This class can be used to retrieve files from an SVN repository in pure PHP, thus without using separate programs.
It accesses a given remove SVN repository using the WebDAV protocol and perform several types of operations:
- List all files in a given SVN repository directory
- Retrieve a given revision of a file
- Retrieve the log of changes made in a repository or in a given file between two revisions
- Get the repository latest revision
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Good (87.5%) |
- |
Good (93.8%) |
- |
- |
Sufficient (65.0%) |
386 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Updated PHP SVN Client |
I’ve been working on a frontend for multiple SVN repositories (I’ll write more about this later) and have been using the the Sixdegrees PHP SVN Client library... |
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.