|
CruiseControl.NET : PlasticSCM Source Control Block
This page last changed on Sep 11, 2008 by williams.
PlasticSCM Configuration
This supports Códice Software's Plastic SCM source control system. Plastic SCM Configuration ExampleFor Plastic SCM you must specify the working directory, which must be a valid Plastic SCM workspace, and the branch. You may also specify the Plastic SCM command-line client path, the repository and if the update must be forced. Basic ConfigurationFor most uses the following is all you'll need in your ccnet.config: <sourcecontrol type="plasticscm"> <workingDirectory>c:\workspace</workingDirectory> <branch>br:/main</branch> </sourcecontrol> Full Configuration<sourcecontrol type="plasticscm"> <executable>c:\Program Files\PlasticSCM\client\cm.exe</executable> <workingDirectory>c:\workspace</workingDirectory> <branch>br:/main</branch> <repository>mainrep</repository> <forced>true</forced> <labelOnSuccess>true</labelOnSuccess> <labelPrefix>BL</labelPrefix> <timeout units="minutes">10</timeout> </sourcecontrol>
|
| Document generated by Confluence on Mar 14, 2009 02:55 |