LoginSignup
1
1

More than 5 years have passed since last update.

Bitnami Redmine でSVNリポジトリの変更をチケットへ反映させる

Posted at

環境

OS : Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-129-generic x86_64)

手順

  1. 「管理」→「設定」画面の「リポジトリ」タブで「コミットを自動取得する」をOFF

  2. 以下のコマンドをcronで実行する

    例) 10分おきの場合
    $ crontab -e
    以下を記載
    */10 * * * * cd /opt/bitnami/apps/redmine/htdocs/lib/redmine/; PATH=$PATH:/opt/bitnami/ruby/bin /opt/bitnami/ruby/bin/rake redmine:fetch_changesets RAILS_ENV=production >/tmp/redminecrontab.log 2>&1

参考リンクほぼまんま

「リポジトリ」を開くまでSubversion等のリポジトリへのコミットが「活動」に表示されません

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1