Hi there, Using a procedure which works for me on Windows XP & (I believe) Server 2003, I've accessed SVN from the command line first, supplying my user name and password. I then configure the CCNet service to 'Logon as' me and expect the SVN access to then continue to use my cached credentials - but fails.
I've tried modifying the config so that --no-auth-cache is remove from the command as shown below, but whether present or not the response is always the same. I can take the command directly from the log and execute at a command prompt without any problem. Any ideas please? Windows Firewall is not running. I'm not a super-experienced Server configuration guy, so hope & expect this is just some 2008 security feature or similar. Using CCNet 1.5.7256.1 cheers, Tom ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'http://eusvnf....': authorization failed: Could not authenticate to server: rejected Basic challenge (http://...:7xx0) . Process command: svn log http://... -r "{2010-10-15T09:13:43Z}: {2010-10-15T09:14:12Z}" --verbose --xml --non-interactive 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.GetModificationsWithLogging(ISourceControl sc, 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)
