Skip to content

Instantly share code, notes, and snippets.

@pulse00
Created October 10, 2010 20:22
Show Gist options
  • Save pulse00/619532 to your computer and use it in GitHub Desktop.
Save pulse00/619532 to your computer and use it in GitHub Desktop.
cd /path/to/redmine && /usr/bin/ruby script/runner "Repository.fetch_changesets" -e production >> /tmp/logs/parse_changesets.log
#OR
RAILS_ENV=production /usr/bin/rake -f /path/to/redmine/Rakefile --trace redmine:fetch_changesets >> /tmp/logs/parse_changesets.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment