[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[OT] For CruiseControl.Net Users

From: Kania <kania_at_euskalnet.net>
Date: 2005-12-07 16:59:59 CET

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&amp;server=local&amp;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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.