The third alpha release is out in the wild.
The main feature is the remove of the old SVN code, which spoke with the svn binary directly. Now it depends on Pear::VersionControl_SVN.
As this library isn't very well developed, I needed to open some bugs and merge requests in pear. I'm not happy yet, as username/password don't work yet again and there is no package ready. So if you use SVN you need to checkout latest pear git repository for VersionControl_SVN which can be found on
https://github.com/pear/VersionControl_SVNHopefully this will change in the next days/weeks so I can release the first beta.
Roundup:
- Issue 221: Use Pear::VersionControl_SVN for SVN support.
- Issue 223: If statusDir doesn't exists, xinc claims it isn't writeable
- Issue 226: Documentation Task Escape Issues
- Issue 227: xinc can not create ini file if ini file directory missing
Happy testing
Alexander Opitz