Top Level :: Tools and Utilities :: Version Control

Package Information: VersionControl_SVN

» Summary » License
Simple OO wrapper interface for the Subversion command-line client. BSD License
» Current Release » Bug Summary
0.4.0 (alpha) was released on 2011-10-14 (Changelog)
Easy Install

Not sure? Get more info.

pear install VersionControl_SVN

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/VersionControl_SVN


Development Roadmap
  • Package Maintenance Rank: 35 of 189 packages with open bugs
  • Number of open bugs: 2 (28 total bugs)
  • Average age of open bugs: 248 days
  • Oldest open bug: 420 days
  • Number of open feature requests: 3 (14 total feature requests)

Report a new bug to VersionControl_SVN
» Description
What is VersionControl_SVN?

VersionControl_SVN is a 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.

What can be done with VersionControl_SVN?

* Make your source code available to your
remote dev team or project manager.

* Build your own WYSIWYG web interface to a
Subversion repository.

* Add true version control to a content management
system!

Note: Requires a Subversion installation.
Subverison is available from
http://subversion.tigris.org/

VersionControl_SVN is tested against Subversion 1.6.3
» Maintainers » More Information

Dependencies for VersionControl_SVN