Hi, I'm trying to setup Ccnet working with Subversion with no success.
I have this error:
-------------------------------------------
[MyProject:Info]: Getting source from Subversion: svn.exe update
--revision 9 --non-interactive
[MyProject:Error]: Exception: Source control operation failed: svn: '.'
is not a working copy
. Process command: svn.exe update --revision 9 --non-interactive
----------
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control
operation failed: svn: '.' is not a working copy
. Process command: svn.exe update --revision 9 --non-interactive at
ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute
(ProcessInfo processInfo) at
ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetSource(IIntegrationRe
sult result) at
ThoughtWorks.CruiseControl.Core.IntegrationRunner.RunIntegration(BuildCondition
buildCondition)
-------------------------------------------
And this is my ccnet.config:
-------------------------------------------
<cruisecontrol>
<project>
<name>MyProject</name>
<webURL>http://localhost/ccnet-dashboard/
?_action_ViewProjectReport=true&server=local&project=MyProject</webURL>
<triggers>
<intervalTrigger seconds="60"/>
</triggers>
<workingDirectory>d:\tempsvn\</workingDirectory>
<modificationDelaySeconds>2</modificationDelaySeconds>
<sourcecontrol type="svn">
<executable>svn.exe</executable>
<trunkUrl>svn://192.168.0.100/MyProject</trunkUrl>
<autoGetSource>true</autoGetSource>
<workingDirectory>D:\LocalRepo\Oxyd\Nueva
carpeta</workingDirectory>
</sourcecontrol>
<tasks>
<nant>
<executable>C:\Program Files\NAnt-Gui\bin\nant.exe</executable>
<buildFile>d:\tempsvn\build\cruisecontrol.build</buildFile>
<targetList>
<target>Compile</target>
</targetList>
</nant>
</tasks>
<publishers>
<merge>
<files>
<file>D:\LocalRepo\MyProject\bin\*-results.xml</file>
</files>
</merge>
<xmllogger />
</publishers>
</project>
</cruisecontrol>
-------------------------------------------
What am I doing wrong ?
TIA
Received on Wed Dec 7 17:08:14 2005