"svn error" in daemon mode, works from command line if root, but not as normal user

View: New views
1 Messages — Rating Filter:   Alert me  

"svn error" in daemon mode, works from command line if root, but not as normal user

by James Golick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've got CC.rb set up as a service under CentOS5.  It starts using the init script provided.

The build runs fine if I do

$ sudo ./cruise build xxx --trace

But not from the daemon, or if I omit the sudo.  Then, I get this:

[error] svn: PROPFIND request failed on '/xxx/trunk'

I didn't sudo to add the project, and I chmod -R 777'd everything, just to be sure.

What's weird is that the daemon is running as root...

Any ideas?