2017 © Pedro Peláez
 

library versioncontrol_svn

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

image

mvanduijker/versioncontrol_svn

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

  • Wednesday, January 1, 2014
  • by mvanduijker
  • Repository
  • 0 Watchers
  • 0 Stars
  • 194 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

VersionControl_SVN

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

Some of VersionControl_SVN's features:, (*2)

  • 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, (*3)

Please report all new issues via the PEAR bug tracker., (*4)

Pull requests are welcome!, (*5)

Testing, building

To test, run either $ phpunit tests/ or $ pear run-tests -r, (*6)

To build, simply $ pear package, (*7)

To install from scratch $ pear install package.xml, (*8)

To upgrade $ pear upgrade -f package.xml, (*9)

The Versions

01/01 2014

dev-master

9999999-dev https://github.com/mvanduijker/VersionControl_SVN

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

  Sources   Download

Apache License

The Requires

 

by Michiel Rook