All constants are also available as Svn::REVISON_HEAD.
Win32 Compatibility:
Most functions have been fixed to work with Win32 paths.
- Fix bug #11153 - svn diff uses utf8 paths
- Fix bug #11157 - missing constants needed for svn_status
- Rewrite configure script to find APR and its compile flags
- Add support for svn_info() - patch by Marco Tabini
- Add support for svn_export() - patch by Scott MacVicar
- Add support for svn_copy() and svn_switch() - patch by Conny Dahlgren
- Add support for svn_blame() / svn_revert() - patch by Jerome Renard
- Add support for limiting results with svn_log() - patch by Edward Z. Yang
- Add support for limiting svn_checkout() - patch by Devlar
- Add constants for use as parameters to svn_cat() - patch by Devlar
- Add an OO interface to the extension - patch by Devlar