pear/versioncontrol_svn

More info available on: http://pear.php.net/package/VersionControl_SVN

Fund package maintenance!
mrook
Patreon

Installs: 225 886

Dependents: 5

Suggesters: 2

Security: 0

Stars: 18

Watchers: 15

Forks: 15

0.7.0 2021-06-01 12:01 UTC

This package is not auto-updated.

Last update: 2024-03-19 21:35:56 UTC


README

NOTE: This package is looking for a new maintainer. Are you interested? Send an e-mail to pear-dev@lists.php.net.

VersionControl_SVN

.github/workflows/build.yml

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