Hello

I'm trying to get a clean checkout everytime CruiseControl is run,
however, what is happening is that everything in the folder is deleted
when I get CC to force build the solution. Afterwards, the folder is
not checked out again and there is just an empty folder

The code I have is below

<cruisecontrol>

 <project>
    <name>Example</name>
    <workingDirectory>c:\dev\Example</workingDirectory>

    <sourcecontrol type="svn">
      <trunkUrl>localhost/svn/Example/trunk</trunkUrl>
      <workingDirectory>c:\dev\Example</workingDirectory>
      <username>Example</username>
      <password>*****</password>
    </sourcecontrol>

  </project>

</cruisecontrol>


I wonder if anyone has the same problem and is there any resolution to
this.

Thanks in advance

Reply via email to