I am trying to have my source control block in my ccnet.config file access SVN without passing in the credentials. Instead I want the user that is configured in the ccnet service to be used.
So, I just didn't include the username and password tags in the sourcecontrol block thinking it would work.
It doesn't and instead I get the error:
Source control operation failed: svn: OPTIONS of 'http://xxx.xxx.com:8888/svn/SourceCode/Trunk': authorization failed (http://xxx.xxx.com:8888)
If I then put in the username and password tags into the source control block, and use the exact same credentials that are configured for the service, it then works fine.
Am I doing something wrong?
Thanks in advance.