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