|
CruiseControl.NET : Filesystem Source Control Block
This page last changed on Dec 16, 2009 by csut017.
Filesystem Source Control BlockUse the 'Filesystem' Source Control plugin to check for modifications on a directory accessible by the build server. A file is considered modified if the file's modified time stamp is more recent than the last time CruiseControl.Net checked for modifications. You can use either directories on 'mapped' drives (local or remote), or UNC paths (remote). VersionAvailable from version 1.0 ExamplesMinimalist example <sourcecontrol type="filesystem"> <repositoryRoot>c:\mycode</repositoryRoot> </sourcecontrol> Full example <sourcecontrol type="filesystem"> <repositoryRoot>c:\mycode</repositoryRoot> <autoGetSource>true</autoGetSource> <ignoreMissingRoot>false</ignoreMissingRoot> </sourcecontrol> Configuration Elements
|
| Document generated by Confluence on Jan 23, 2011 08:52 |