Skip to content

Instantly share code, notes, and snippets.

@z2z
Created May 31, 2012 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z2z/2842440 to your computer and use it in GitHub Desktop.
Save z2z/2842440 to your computer and use it in GitHub Desktop.
redmine_cron
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment