Hi, i am new to cruisecontrol.net and wanted to set it up to work with our svn repository. I installed cuisecontrol 1.4.4 and i created ccnet.confi which looks like this
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! -->
<project name="HelloWorld">
<sourcecontrol type="svn" autoGetSource="true">
<trunkUrl>svn://svn.mycompany.at/trunk/</trunkUrl>
<workingDirectory>C:\cruisecontrol\server\helloworld\WorkingDirectory</workingDirectory>
<username>username</username>
<password>password</password>
</sourcecontrol>
</project>
but when i start ccne.exe i get this message
[helloworld:INFO] Integrator for project: helloworld is now stopped.
[helloworld:INFO] Starting integrator for project: helloworld
and nothing else happens (no errors or warnings or anything else), I checked folder Artifacts but it is empty, I tried this on server 2008 and server 2003, with ccnet 1.4.4 and 1.4.4.sp1, i also tried checking repository out to my working directory manually but this did not change a thing. I also tried adding following xml elements
<checkExternals>True</checkExternals>
<checkExternalsRecursive>True</checkExternalsRecursive>
but that did not work either.
Please note this is my complete config file and I do not have anything else in there currently, as I was hoping just to get it check my things out of svn-repository.
what am I doing wrong
thanks