php-versioncontrol-svn

Wrapper interface for the subversion command-line client
 
  0
  no reviews



Simple oo-style interface for subversion, the free/open-source version control system.

versioncontrol_svn can be used to manage trees of source code, text files, image files -- just about any collection of files.

some of versioncontrol_svn's features:
* full support of svn command-line client's subcommands.
* use of flexible error reporting provided by pear_errorstack.
* multi-object factory.
* source fully documented with phpdoc.
* stable, extensible interface.
* collection of helpful quickstart examples and tutorials.