Hi I am unable to connect to svn server from ccnet . I am running ccnet 1.4.4.83. and getting following error.
<exception><![CDATA [ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'https://intgsrvr:8443/svn/ myproject/': could not connect to server (https://intgsrvr:8443) . Process command: c:\program files\subversion\bin\svn.exe log "https://intgsrvr:8443/svn/myproject/" -r "{2009-08-01T08:51:10Z}: {2009-08-01T08:52:49Z}" --verbose --xml --username abc --password abc-- non-interactive --no-auth-cache at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute (ProcessInfo processInfo) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications (IIntegrationResult from, IIntegrationResult to) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications (ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications (IIntegrationResult from, IIntegrationResult to) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate (IntegrationRequest request)]]></exception> </cruisecontrol> my ccnet.config looks like this. <sourcecontrol type="svn"> <trunkUrl>"https://intgsrvr:8443/svn/myproject/"</trunkUrl> <executable>c:\program files\subversion\bin\svn.exe</executable> <workingDirectory>C:\projects\testsvn</workingDirectory> <username>abc</username> <password>abc</password> <autoGetSource>true</autoGetSource> </sourcecontrol> <tasks> when i run the svn command from command prompt it works fine. i get the following output. <?xml version="1.0"?> <log> <logentry revision="6"> <author>abc</author> <date>2009-07-24T20:59:17.619316Z</date> <paths> <path kind="file" action="M">/myproject/xxx/test.cs</path> </paths> <msg></msg> </logentry> </log> i tried runing ccnet service under local account , windows account but nothing works.
