[ANNOUNCEMENT] VersionControl_SVN-0.5.2 (alpha) Released.
[email protected] ("PEAR Announce") Mon, 29 Sep 2014 09:59:19 +0100 (BST)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package VersionControl_SVN-0.5.2 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* Fix Bug #19902: Array to string conversion in SWITCH_MISSING exception message [mrook]
* Fix Bug #20025: empty vs. no value [mrook]
* Fix Bug #20031: Global options aren't accepted [mrook]
* Implement Feature #19901: Add parser for diff (xml) output [mrook]
* Implement Feature #19903: Add 'parents' switch support to update command [mrook]
* Implement Feature #19910: preProcessSwitches() never sets 'xml' to false [mrook]
* Implement Feature #20411: Add parser for propget & proplist xml output [mrook]
Package Info
------------
What is VersionControl_SVN?
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.
* Exception handling.
* Multi-object factory.
* Source fully documented with phpDocumentor.
* 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 and 1.7.
Related Links
-------------
Package home: http://pear.php.net/package/VersionControl_SVN
Changelog: http://pear.php.net/package/VersionControl_SVN/download/0.5.2
Download: http://download.pear.php.net/package/VersionControl_SVN-0.5.2.tgz
Authors
-------
Michiel Rook (lead)