You need the multi sourcecontrol block:

http://confluence.public.thoughtworks.org/display/CCNET/Multi+Source+Control+Block

On Jul 21, 2:26 pm, C. Müller <[email protected]> wrote:
> Hello,
> I have cruise control .net running, which works well.
> Now i have to setup a project which needs to update TWO svn working
> copies.
>
>   <project name="..." queue="..." queuePriority="1" >
>     ....
>     <sourcecontrol type="svn">
>       <trunkUrl>https://....1</trunkUrl>
>       <workingDirectory>H:\1...</workingDirectory>
>       <cleanUp>true</cleanUp>
>     </sourcecontrol>
>     <sourcecontrol type="svn">
>       <trunkUrl>https://....2</trunkUrl>
>       <workingDirectory>H:\2...</workingDirectory>
>       <cleanUp>true</cleanUp>
>     </sourcecontrol>
>     ...
>   </project>
>
> I got an error message (i cannot post here in the moment, because the
> computer is busy)
> So is more than one sourcecontrol block not allowed? how can i do
> this?
> chris

Reply via email to