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.3.3 (alpha) was released on 2009-09-02 (Changelog)
Development Roadmap
No open bugs
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