Hi,
I'm just getting started with Subversion (VisualSVN Server) and
installed CCNet today. After getting it working I wanted to setup auto
updates to the config and following the instructions here
http://confluence.public.thoughtworks.org/display/CCNET/Configure+CruiseControl.Net+to+Automatically+Update+its+Config+File
It is working except it does not update the ccnet.config file in the C:
\Program Files (x86)\CruiseControl.NET\server\config folder. I get a
notice the build was succesful but the actual file is not updated on
the server.
What can I do to try and resolve this so it does update the working
directory specified in the config file?
Here is the ccnet.config
<cruisecontrol>
<project name="cc-config">
<triggers>
<intervalTrigger seconds="30" />
</triggers>
<sourcecontrol type="svn">
<executable>C:\Program Files (x86)\VisualSVN
Server\bin\svn.exe</
executable>
<trunkUrl>http://127.0.0.1:8081/svn/projects/ccnet/config</
trunkUrl>
<username>yukyuk</username>
<password>theclown</password>
<workingDirectory>C:\Program
Files\CruiseControl.NET\server\config</
workingDirectory>
</sourcecontrol>
</project>
</cruisecontrol>