# Redmine cron for automatic subversion creation in repos # # put in /etc/cron.d # # DONT FORGET TO REPLACE YOUR ***YOUR_WS_KEY*** with your key. 1 * * * * root /usr/local/bin/ruby /var/www/railsapp/extra/svn/reposman.rb --redmine localhost --svn-dir /srv/repos/svn --owner www-data --url file:///srv/repos/svn --key=***YOUR_WS_KEY*** >> /var/log/reposman.log