The Xinc (Xinc Is Not CruiseControl) group has released an announcement about reaching the beta mark in the development live of thier tool, Xinc.
Xinc is an open source PHP 5 continuous integration tool designed to integrate with Subversion, Phing and PHPUnit.
There is a growing awareness of continuous integration in the PHP world and we feel that to have to rely on Java to provide this functionality (i.e. CruiseControl) sucks big time. So we are building the PHP 5 alternative.
Their system seems clean and lets you not only set up the push via a running background process but can pull it from Subversion and run any unit tests (via PHPUnit) you might have before pushing the project out.









The 're-inventing the wheel' comment just does not apply. Comparisons can only be made to other PHP 5 continuous integration tools, of which none are actively being developed with a long-term commitment, as far as I am aware.
Was Parabuild the first continuous integration tool?