NOTE: This package is looking for a new maintainer. Are you interested? Send an e-mail to pear-dev@lists.php.net., (*1)
VersionControl_SVN
, (*2)
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system., (*3)
Some of VersionControl_SVN's features:, (*4)
- Full support of svn command-line client's subcommands.
- Multi-object factory.
- Source fully documented with PHPDoc.
- Stable, extensible interface.
- Collection of helpful quickstart examples and tutorials.
This package is hosted at http://pear.php.net/package/VersionControl_SVN, (*5)
Please report all new issues via the PEAR bug tracker., (*6)
Pull requests are welcome!, (*7)
Testing, building
To test, run either
$ phpunit tests/
or
$ pear run-tests -r, (*8)
To build, simply
$ pear package, (*9)
To install from scratch
$ pear install package.xml, (*10)
To upgrade
$ pear upgrade -f package.xml, (*11)