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

Re: [OT] For CruiseControl.Net Users

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-12-07 17:12:38 CET

On 12/7/05, Kania <kania@euskalnet.net> wrote:
>
> 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
>
>
Have you already done a checkout in the working directory? You can't update
without the initial checkout. It also looks like you have to working directory
directives, could that be the problem.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 7 17:16:56 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.