Try to setup SVN
Added by chris de Kok almost 16 years ago
But with this step:
cat /etc/cron.d/redmine
10 * * * * root ruby reposman.rb --redmine my.redmine.host --svn-dir /var/svn --owner www-data --url http://my.svn.server/svn-private/ >> /var/log/reposman.log
I get access denied, anything i can do? I assume the log is allready being used
Replies (2)
RE: Try to setup SVN - Added by Mark Anderson over 15 years ago
have you tried the typical cron debugging steps, like running the command from the shell? Be sure to su to root first, then try your command.
If access is denied it could be to ANY of the files mentioned in the command. Check each in turn.
good luck!