mvanduijker/versioncontrol_svn

This package is abandoned and no longer maintained. The author suggests using the pear/versioncontrol_svn package instead.

Simple OO wrapper interface for the Subversion command-line client.

dev-master 2014-01-01 14:05 UTC

This package is auto-updated.

Last update: 2022-02-01 12:29:37 UTC


README

VersionControl_SVN is a simple OO-style interface for Subversion, the free/open-source version control system.

Some of VersionControl_SVN's features:

  • 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

Please report all new issues via the PEAR bug tracker.

Pull requests are welcome!

Testing, building

To test, run either $ phpunit tests/ or $ pear run-tests -r

To build, simply $ pear package

To install from scratch $ pear install package.xml

To upgrade $ pear upgrade -f package.xml