Also, what version of cc.net are you running? I recall that the 1.4.1 release had some problems with svn that have been fixed in the nightly build... but I don't know what the problem is. Although the ccnet web site has been down for a few days... not sure what's up with that.
BOb On Dec 4, 9:05 pm, Lars Zeb <[EMAIL PROTECTED]> wrote: > I don't understand this failure message. > > I am trying to setup ccnet for the first time. The dashboard is > appearing. I am using Subversion via VisualSVN server. The error > message says that the directory does not exist. I've looked at this > message until I'm numb. I copied the directory path from Windows > Explorer. > > The strange thing is that before this, I had MSBuild in ccnet.config > pointing to 3.5 but it was not installed on this machine. At that time > ccnet did extract the files from the VisualSVN server into the > workingDirectory. Now that I installed CLR 3.5, it cannot find > svn.exe??? If I place double-quotes around the path/filename in the > executable element, it makes no difference. > > Anyone have an idea? > > Thanks, Lars > > 2008-12-04 17:47:51,062 [MyProject:INFO] Project: 'MyProject' is first > in queue: 'Q1' and shall start integration. > 2008-12-04 17:47:51,078 [MyProject:DEBUG]https://server:8443/svn/MyProject/ > 2008-12-04 17:47:51,125 [MyProject:DEBUG] Starting process [C:\Program > Files\VisualSVN Server\bin\svn.exe] in working directory [C:\ccnet > \MyProject\code\trunk\] with arguments [loghttps://server:8443/svn/MyProject/ > -r "{2008-12-05T01:35:30Z}:{2008-12-05T01:47:51Z}" --verbose --xml -- > username user --password password --non-interactive --no-auth-cache] > 2008-12-04 17:47:51,140 [MyProject:ERROR] INTERNAL ERROR: Unable to > execute file [C:\Program Files\VisualSVN Server\bin\svn.exe]. The > file may not exist or may not be executable. > > <sourcecontrol type="svn" cleanCopy="true"> > <executable>C:\Program Files\VisualSVN > Server\bin\svn.exe</ > executable> > <trunkUrl>https://server8443/svn/MyProject/</trunkUrl> > > <workingDirectory>C:\ccnet\MyProject\code\trunk\</workingDirectory> > <username>user</username> > <password>password</password> > </sourcecontrol> > <tasks> > <msbuild> > > <executable>C:\windows\Microsoft.NET\Framework\v3.5\MSBuild.exe</ > executable> > > <workingDirectory>C:\ccnet\MyProject\code\trunk\</ > workingDirectory> > <projectFile>MyProject.sln</projectFile> > <buildArgs> /noconsolelogger > /p:configuration=Debug /v:m</ > buildArgs> > <targets>Clean;Build</targets> > <timeout>600</timeout> > <logger>"C:\Program > Files\CruiseControl.NET\server > \ThoughtWorks.CruiseControl.MsBuild.dll"</logger> > </msbuild> > <xmllogger logDir="C:\ccnet\MyProject\artifacts\" /> > </tasks>
