I'm having a problem where I have been able to add a project to CC.rb perfectly fine but when I start the service I get "Access Denied" messages each time it checks with Subversion for a newer version.
I'm running with --trace and running the exact command it is trying from the project's work directory:
svn --non-interactive log --limit 1 --revision HEAD:1 --verbose --xml
results in a response coming back as expected.
Can anyone point me in the right direction?
Update
Moved onto http as https seems to be the source of a lot of headache but this has not helped.
I've also hacked at the source to get my username and password passed with the above command and that hasn't helped either.