Although it's not documented, the source is there and CruiseControl ''does'' work with PvcsVersionControl. ChristianTaubman asks for examples, here supplied by StevenNewton. Example config.xml entries for CruiseControl 2.0.2 and Ant 1.5 with PVCS version 6.6 or later. Please note that prior to 2.0.2 the PVCS modificationset had a different and better way of handling dateformats. Check the documentation. [ other sections elided ] Relevant parts of the JakartaAnt build.xml: [ other targets elided ] Notice by MichaelParker We had a Problem with the Standard-PVCS Task, because we use an own Promotion-Model configured in PVCS. You can tell the pcli/get command-line-tools provided by Merant which promotiongroup you want to check out and you have to reference the PVCS-configuration-file for that project so that your own promotiongroups are recognized. Additionally he provides separate tasks for PvcsPromote, PvcsVersion. In the ant-user-mailing list I found extension written by Andrew May which provided this kind of functionality. His motivation, source-code and documentation can be found here: http://marc.theaimsgroup.com/?l=ant-dev&m=99667939904467&w=2 A checkout-task looks like that Notice by WimRosseel For those using pvcs 7.5 there is also a full set of ant optional tasks to be found here http://sourceforge.net/projects/ant-pvcs-75/ The plugin also properly works with pvcs vm 6.8 as that is the version I'm currently managing. a typical target would looks like the following: The plugin contains targets for getting, locking,unlocking,labeling and removing of labels. AntPvcs75 as mentioned above also supports promotion groups as well as the features mentioned. I have updated the example build.xml file as the checkout by promotion group example target was missing. Regards Don. CruiseControlWithPvcsQuestions