| Package Information |
| Summary |
PHP Bindings for the Subversion Revision control system. |
| Maintainers |
Alan Knowles <alan@akbkhome.com> (lead) [details] Wez Furlong <wez@php.net> (lead) [details] Scott MacVicar <scottmac@php.net> (lead) [wishlist] [details]
|
| License |
PHP License
|
| Description |
Bindings for the Subversion revision control system, providing a method for manipulating
a working copy or repository with PHP. |
Release notes Version0.4 |
- Fix bug #13414 - Crash when SVN environment fails to initialise.
- Fix bug #13677,#13162 - Several functions fail to canonicalized resulting in an abort() call.
- Revert change that prevented libsvn 1.3 from being used.
- Add check during configure for minimum libsvn version.
- Add support for svn_delete(), svn_mkdir(), svn_move(), svn_proplist() and svn_propget().
- Allow svn_commit() to take a string instead of an array for paths.
- Revert backwards compatible break with svn_log() |
|