2011年4月5日火曜日

Redmine開発版 1.1.1→1.1.2 Update

CentOS5に構築したRedmine開発版をアップデート。構築はこちら
いつもとちょっと違ったので書き留めておこう


  • インストール場所へ移動

# /home/project/


  • Redmineソースのアップデート(SVNレポジトリから)

# svn update

D    test/unit/calendar_test.rb
U    test/unit/repository_git_test.rb
U    test/unit/repository_mercurial_test.rb
U    test/unit/issue_test.rb
U    test/unit/issue_status_test.rb
U    test/unit/time_entry_activity_test.rb
U    test/unit/repository_subversion_test.rb
U    test/unit/repository_bazaar_test.rb
U    test/unit/changeset_test.rb
A    test/unit/helpers/repository_helper_test.rb
U    test/unit/helpers/custom_fields_helper_test.rb
U    test/unit/helpers/application_helper_test.rb
U    test/unit/comment_test.rb
U    test/unit/wiki_test.rb
U    test/unit/lib/redmine/i18n_test.rb
U    test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
A    test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
U    test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
U    test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
U    test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
U    test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
U    test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
A    test/unit/lib/redmine/helpers/calendar_test.rb
U    test/unit/lib/redmine/helpers/gantt_test.rb
U    test/unit/lib/redmine/configuration_test.rb
A    test/unit/lib/redmine/ciphering_test.rb
U    test/unit/lib/redmine/unified_diff_test.rb
U    test/unit/lib/redmine/notifiable_test.rb
U    test/unit/journal_test.rb
U    test/unit/user_test.rb
U    test/unit/repository_test.rb
U    test/unit/mail_handler_test.rb
A    test/unit/custom_field_user_format_test.rb
U    test/unit/repository_filesystem_test.rb
U    test/unit/repository_cvs_test.rb
U    test/unit/repository_darcs_test.rb
U    test/unit/watcher_test.rb
U    test/unit/wiki_page_test.rb
U    test/unit/issue_nested_set_test.rb
U    test/unit/query_test.rb
U    test/unit/project_test.rb
U    test/unit/mailer_test.rb
U    test/test_helper.rb
U    test/functional/issues_controller_test.rb
U    test/functional/queries_controller_test.rb
U    test/functional/roles_controller_test.rb
U    test/functional/welcome_controller_test.rb
U    test/functional/workflows_controller_test.rb
U    test/functional/time_entry_reports_controller_test.rb
U    test/functional/journals_controller_test.rb
U    test/functional/users_controller_test.rb
U    test/functional/repositories_cvs_controller_test.rb
U    test/functional/repositories_bazaar_controller_test.rb
U    test/functional/sys_controller_test.rb
U    test/functional/groups_controller_test.rb
U    test/functional/repositories_controller_test.rb
U    test/functional/projects_controller_test.rb
U    test/functional/repositories_git_controller_test.rb
U    test/functional/repositories_mercurial_controller_test.rb
A    test/functional/repositories_filesystem_controller_test.rb
U    test/functional/custom_fields_controller_test.rb
U    test/functional/timelog_controller_test.rb
U    test/functional/repositories_darcs_controller_test.rb
U    test/functional/wiki_controller_test.rb
U    test/functional/previews_controller_test.rb
U    test/functional/auth_sources_controller_test.rb
U    test/functional/repositories_subversion_controller_test.rb
U    test/functional/versions_controller_test.rb
U    test/integration/api_test/users_test.rb
U    test/integration/routing_test.rb
U    test/integration/issues_test.rb
U    test/integration/layout_test.rb
U    test/fixtures/journal_details.yml
U    test/fixtures/issue_statuses.yml
U    test/fixtures/time_entries.yml
U    test/fixtures/repositories/mercurial_repository.hg
U    test/fixtures/repositories/git_repository.tar.gz
U    test/fixtures/repositories/filesystem_repository.tar.gz
A    test/fixtures/diffs/partials.diff
U    test/fixtures/custom_fields.yml
U    test/fixtures/users.yml
U    .hgignore
U    app/helpers/sort_helper.rb
U    app/helpers/repositories_helper.rb
U    app/helpers/calendars_helper.rb
U    app/helpers/wiki_helper.rb
U    app/helpers/issues_helper.rb
U    app/helpers/gantt_helper.rb
U    app/helpers/queries_helper.rb
U    app/helpers/custom_fields_helper.rb
U    app/helpers/application_helper.rb
U    app/helpers/versions_helper.rb
U    app/models/repository/subversion.rb
U    app/models/repository/bazaar.rb
U    app/models/repository/git.rb
U    app/models/repository/mercurial.rb
U    app/models/repository/filesystem.rb
U    app/models/repository/cvs.rb
U    app/models/repository/darcs.rb
U    app/models/mail_handler.rb
U    app/models/repository.rb
U    app/models/time_entry.rb
U    app/models/auth_source_ldap.rb
U    app/models/issue.rb
U    app/models/wiki_page.rb
U    app/models/query.rb
U    app/models/mailer.rb
U    app/models/journal.rb
U    app/models/custom_field.rb
U    app/models/setting.rb
U    app/models/user.rb
U    app/models/auth_source.rb
U    app/models/issue_status.rb
U    app/models/journal_detail.rb
U    app/models/changeset.rb
U    app/models/wiki.rb
U    app/models/project.rb
A    app/models/comment_observer.rb
U    app/models/news.rb
U    app/models/user_preference.rb
U    app/controllers/issues_controller.rb
U    app/controllers/queries_controller.rb
U    app/controllers/context_menus_controller.rb
U    app/controllers/journals_controller.rb
U    app/controllers/workflows_controller.rb
U    app/controllers/timelog_controller.rb
U    app/controllers/users_controller.rb
U    app/controllers/previews_controller.rb
U    app/controllers/news_controller.rb
U    app/controllers/groups_controller.rb
U    app/controllers/repositories_controller.rb
U    app/controllers/projects_controller.rb
U    app/controllers/calendars_controller.rb
U    app/controllers/gantts_controller.rb
U    app/controllers/wiki_controller.rb
A    app/views/context_menus/time_entries.html.erb
U    app/views/journals/_notes_form.rhtml
A    app/views/journals/diff.html.erb
U    app/views/time_entry_reports/report.rhtml
U    app/views/workflows/edit.rhtml
A    app/views/workflows/_form.html.erb
U    app/views/workflows/index.rhtml
U    app/views/layouts/base.rhtml
U    app/views/custom_fields/_form.rhtml
U    app/views/settings/_display.rhtml
U    app/views/settings/_repositories.rhtml
U    app/views/timelog/_list.rhtml
U    app/views/timelog/index.html.erb
A    app/views/timelog/bulk_edit.rhtml
U    app/views/timelog/_date_range.rhtml
U    app/views/users/_form.rhtml
U    app/views/users/_preferences.html.erb
U    app/views/users/index.rhtml
U    app/views/search/index.rhtml
U    app/views/messages/edit.rhtml
U    app/views/versions/_issue_counts.rhtml
A    app/views/mailer/news_comment_added.text.plain.rhtml
A    app/views/mailer/news_comment_added.text.html.rhtml
U    app/views/mailer/_issue_text_plain.rhtml
U    app/views/mailer/_issue_text_html.rhtml
U    app/views/boards/show.rhtml
U    app/views/news/show.rhtml
U    app/views/groups/_users.html.erb
U    app/views/roles/report.rhtml
U    app/views/repositories/show.rhtml
U    app/views/repositories/_dir_list_content.rhtml
U    app/views/repositories/_breadcrumbs.rhtml
U    app/views/admin/projects.rhtml
U    app/views/common/_diff.rhtml
U    app/views/projects/show.rhtml
U    app/views/calendars/show.html.erb
U    app/views/gantts/show.html.erb
U    app/views/wiki/index.html.erb
U    app/views/wiki/diff.rhtml
U    app/views/wiki/date_index.html.erb
U    app/views/activities/index.html.erb
U    app/views/issues/_history.rhtml
U    app/views/issues/bulk_edit.rhtml
U    app/views/issues/index.rhtml
U    app/views/issues/_sidebar.rhtml
U    app/views/issues/_list.rhtml
U    app/views/issues/_changesets.rhtml
U    app/views/queries/_columns.rhtml
U    app/views/queries/_filters.rhtml
U    extra/svn/reposman.rb
U    extra/svn/Redmine.pm
A    db/migrate/20110223180953_salt_user_passwords.rb
A    db/migrate/20110220160626_add_workflows_assignee_and_author.rb
A    db/migrate/20110228000000_add_repositories_log_encoding.rb
A    db/migrate/20110226120132_change_auth_sources_account_password_limit.rb
A    db/migrate/20110223180944_add_users_salt.rb
A    db/migrate/20110228000100_copy_repositories_log_encoding.rb
A    db/migrate/20110224000000_add_repositories_path_encoding.rb
A    db/migrate/20110226120112_change_repositories_password_limit.rb
A    db/migrate/20110401192910_add_index_to_users_type.rb
A    db/migrate/20110227125750_change_journal_details_values_to_text.rb
U    vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb
D    vendor/plugins/engines/tasks
A    vendor/plugins/engines/lib/tasks
A    vendor/plugins/engines/lib/tasks/engines.rake
U    vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb
A    vendor/plugins/rfpdf/utf8test.txt
U    vendor/plugins/rfpdf/init.rb
A    vendor/plugins/rfpdf/test_unicode.rfpdf
A    vendor/plugins/rfpdf/lib/barcode
A    vendor/plugins/rfpdf/lib/barcode/barcode.rb
A    vendor/plugins/rfpdf/lib/barcode/image.rb
A    vendor/plugins/rfpdf/lib/barcode/c128aobject.rb
A    vendor/plugins/rfpdf/lib/barcode/c39object.rb
A    vendor/plugins/rfpdf/lib/barcode/c128bobject.rb
A    vendor/plugins/rfpdf/lib/barcode/i25object.rb
A    vendor/plugins/rfpdf/lib/barcode/c128cobject.rb
A    vendor/plugins/rfpdf/lib/barcode/lesser.txt
A    vendor/plugins/rfpdf/lib/fpdf
A    vendor/plugins/rfpdf/lib/fpdf/chinese.rb
A    vendor/plugins/rfpdf/lib/fpdf/korean.rb
A    vendor/plugins/rfpdf/lib/fpdf/makefont.rb
A    vendor/plugins/rfpdf/lib/fpdf/bookmark.rb
A    vendor/plugins/rfpdf/lib/fpdf/fpdf_eps.rb
A    vendor/plugins/rfpdf/lib/fpdf/japanese.rb
D    vendor/plugins/rfpdf/lib/rfpdf/chinese.rb
D    vendor/plugins/rfpdf/lib/rfpdf/korean.rb
D    vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb
D    vendor/plugins/rfpdf/lib/rfpdf/makefont.rb
D    vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb
D    vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb
D    vendor/plugins/rfpdf/lib/rfpdf/japanese.rb
D    vendor/plugins/rfpdf/lib/rfpdf/view.rb
U    vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb
A    vendor/plugins/rfpdf/lib/rfpdf/action_controller.rb
A    vendor/plugins/rfpdf/lib/rfpdf/template_handler
A    vendor/plugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb
A    vendor/plugins/rfpdf/lib/rfpdf/action_view.rb
A    vendor/plugins/rfpdf/lib/rfpdf/math.rb
A    vendor/plugins/rfpdf/lib/rfpdf/template_handlers
A    vendor/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb
U    vendor/plugins/rfpdf/lib/rfpdf/errors.rb
A    vendor/plugins/rfpdf/lib/tcpdf.rb
U    vendor/plugins/rfpdf/lib/rfpdf.rb
A    vendor/plugins/rfpdf/lib/config
A    vendor/plugins/rfpdf/lib/config/lang
A    vendor/plugins/rfpdf/lib/config/lang/eng.rb
A    vendor/plugins/rfpdf/lib/core
A    vendor/plugins/rfpdf/lib/core/rmagick.rb
A    vendor/plugins/rfpdf/lib/core/rfpdf.rb
A    vendor/plugins/rfpdf/lib/core/image_science.rb
A    vendor/plugins/rfpdf/lib/fonts
A    vendor/plugins/rfpdf/lib/fonts/FreeSansBold.z
A    vendor/plugins/rfpdf/lib/fonts/helveticai.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoBoldOblique.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/helveticabi.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMono.z
A    vendor/plugins/rfpdf/lib/fonts/ttf2ufm
A    vendor/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php
A    vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm
A    vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm.exe
A    vendor/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT
A    vendor/plugins/rfpdf/lib/fonts/veramobi.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veraseb.rb
A    vendor/plugins/rfpdf/lib/fonts/verabi.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/verase.z
A    vendor/plugins/rfpdf/lib/fonts/timesbi.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoBoldOblique.z
A    vendor/plugins/rfpdf/lib/fonts/helvetica.rb
A    vendor/plugins/rfpdf/lib/fonts/veramobi.rb
A    vendor/plugins/rfpdf/lib/fonts/sjis.rb
A    vendor/plugins/rfpdf/lib/fonts/verabi.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veraseb.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veramobi.z
A    vendor/plugins/rfpdf/lib/fonts/zapfdingbats.rb
A    vendor/plugins/rfpdf/lib/fonts/verabi.z
A    vendor/plugins/rfpdf/lib/fonts/freesansbi.rb
A    vendor/plugins/rfpdf/lib/fonts/freemonoi.rb
A    vendor/plugins/rfpdf/lib/fonts/veramoi.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/verase.rb
A    vendor/plugins/rfpdf/lib/fonts/verai.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/FreeSans.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/BUGS
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/status.txt
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/LICENSE
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/AUTHORS
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/unicover.txt
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/NEWS
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/README
A    vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/langcover.txt
A    vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10
A    vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/COPYRIGHT.TXT
A    vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/RELEASENOTES.TXT
A    vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/README.TXT
A    vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/local.conf
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoBold.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.z
A    vendor/plugins/rfpdf/lib/fonts/veraseb.z
A    vendor/plugins/rfpdf/lib/fonts/symbol.rb
A    vendor/plugins/rfpdf/lib/fonts/freesans.rb
A    vendor/plugins/rfpdf/lib/fonts/veramoi.z
A    vendor/plugins/rfpdf/lib/fonts/freesansb.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veramo.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/FreeSans.z
A    vendor/plugins/rfpdf/lib/fonts/verai.z
A    vendor/plugins/rfpdf/lib/fonts/vera.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoBold.z
A    vendor/plugins/rfpdf/lib/fonts/timesb.rb
A    vendor/plugins/rfpdf/lib/fonts/veramob.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.z
A    vendor/plugins/rfpdf/lib/fonts/verab.rb
A    vendor/plugins/rfpdf/lib/fonts/veramo.z
A    vendor/plugins/rfpdf/lib/fonts/README.z
A    vendor/plugins/rfpdf/lib/fonts/vera.z
A    vendor/plugins/rfpdf/lib/fonts/helveticab.rb
A    vendor/plugins/rfpdf/lib/fonts/courier.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoOblique.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veramob.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/freesansi.rb
A    vendor/plugins/rfpdf/lib/fonts/times.rb
A    vendor/plugins/rfpdf/lib/fonts/verab.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/freemonobi.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeSansBold.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/veramo.rb
A    vendor/plugins/rfpdf/lib/fonts/timesi.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMono.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/vera.rb
A    vendor/plugins/rfpdf/lib/fonts/FreeMonoOblique.z
A    vendor/plugins/rfpdf/lib/fonts/veramob.z
A    vendor/plugins/rfpdf/lib/fonts/veramoi.rb
A    vendor/plugins/rfpdf/lib/fonts/verab.z
A    vendor/plugins/rfpdf/lib/fonts/verai.rb
A    vendor/plugins/rfpdf/lib/fonts/.noencode
A    vendor/plugins/rfpdf/lib/fonts/freefont
A    vendor/plugins/rfpdf/lib/fonts/freefont/AUTHORS
A    vendor/plugins/rfpdf/lib/fonts/freefont/INSTALL
A    vendor/plugins/rfpdf/lib/fonts/freefont/ChangeLog
A    vendor/plugins/rfpdf/lib/fonts/freefont/CREDITS
A    vendor/plugins/rfpdf/lib/fonts/freefont/README
A    vendor/plugins/rfpdf/lib/fonts/verase.ctg.z
A    vendor/plugins/rfpdf/lib/fonts/freemono.rb
A    vendor/plugins/rfpdf/lib/fonts/old
A    vendor/plugins/rfpdf/lib/fonts/old/makefont
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-1.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-2.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp874.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-4.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-5.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-r.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-7.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1250.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-9.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1251.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-u.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1252.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1253.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/makefont.php
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1254.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1255.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1257.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1258.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-11.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-15.map
A    vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-16.map
A    vendor/plugins/rfpdf/lib/fonts/old/.noencode
A    vendor/plugins/rfpdf/lib/fonts/freemonob.rb
U    vendor/plugins/rfpdf/CHANGELOG
U    vendor/plugins/rfpdf/README
A    vendor/plugins/rfpdf/logo_example.png
D    vendor/plugins/open_id_authentication/tasks
A    vendor/plugins/open_id_authentication/lib/tasks
A    vendor/plugins/open_id_authentication/lib/tasks/open_id_authentication_tasks.rake
U    vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb
U    .gitignore
U    config/configuration.yml.example
U    config/locales/lt.yml
U    config/locales/sr-YU.yml
U    config/locales/ro.yml
U    config/locales/lv.yml
U    config/locales/zh.yml
U    config/locales/pt.yml
U    config/locales/ca.yml
U    config/locales/pt-BR.yml
U    config/locales/tr.yml
U    config/locales/ru.yml
UU   config/locales/en-GB.yml
U    config/locales/id.yml
U    config/locales/el.yml
U    config/locales/en.yml
U    config/locales/gl.yml
U    config/locales/cs.yml
U    config/locales/es.yml
U    config/locales/mk.yml
U    config/locales/zh-TW.yml
U    config/locales/eu.yml
U    config/locales/ko.yml
U    config/locales/mn.yml
U    config/locales/it.yml
U    config/locales/sk.yml
U    config/locales/sl.yml
U    config/locales/uk.yml
U    config/locales/sr.yml
U    config/locales/da.yml
A    config/locales/fa.yml
U    config/locales/sv.yml
U    config/locales/de.yml
U    config/locales/bg.yml
U    config/locales/ja.yml
U    config/locales/he.yml
U    config/locales/fi.yml
U    config/locales/bs.yml
U    config/locales/fr.yml
U    config/locales/nl.yml
U    config/locales/hr.yml
U    config/locales/pl.yml
U    config/locales/th.yml
U    config/locales/no.yml
U    config/locales/hu.yml
U    config/locales/vi.yml
U    config/routes.rb
U    config/environment.rb
U    config/initializers/10-patches.rb
U    doc/CHANGELOG
U    lib/redmine/export/pdf.rb
U    lib/redmine/helpers/gantt.rb
A    lib/redmine/helpers/diff.rb
U    lib/redmine/helpers/calendar.rb
U    lib/redmine/configuration.rb
U    lib/redmine/notifiable.rb
U    lib/redmine/i18n.rb
U    lib/redmine/scm/adapters/subversion_adapter.rb
U    lib/redmine/scm/adapters/bazaar_adapter.rb
A    lib/redmine/scm/adapters/mercurial/redminehelper.py
 U   lib/redmine/scm/adapters/mercurial
U    lib/redmine/scm/adapters/abstract_adapter.rb
U    lib/redmine/scm/adapters/git_adapter.rb
U    lib/redmine/scm/adapters/mercurial_adapter.rb
U    lib/redmine/scm/adapters/filesystem_adapter.rb
U    lib/redmine/scm/adapters/cvs_adapter.rb
U    lib/redmine/scm/adapters/darcs_adapter.rb
UU   lib/redmine/custom_field_format.rb
U    lib/redmine/version.rb
U    lib/redmine/mime_type.rb
U    lib/redmine/wiki_formatting/textile/helper.rb
U    lib/redmine/wiki_formatting/textile/formatter.rb
A    lib/redmine/ciphering.rb
U    lib/redmine/unified_diff.rb
U    lib/redmine.rb
A    lib/tasks/ciphering.rake
U    lib/tasks/testing.rake
U    lib/tasks/locales.rake
U    lib/redcloth3.rb
D    public/images/zoom_in_g.png
D    public/images/zoom_out_g.png
U    public/images/zoom_in.png
U    public/images/zoom_out.png
A    public/javascripts/jstoolbar/lang/jstoolbar-fa.js
U    public/javascripts/context_menu.js
A    public/javascripts/calendar/lang/calendar-fa.js
U    public/javascripts/application.js
U    public/stylesheets/context_menu.css
U    public/stylesheets/jstoolbar.css
U    public/stylesheets/rtl.css
U    public/stylesheets/application.css
Updated to revision 5317.


  • データベース更新
# rake db:migrate RAILS_ENV="production"

Missing the Rails 2.3.11 gem. Please `gem install -v=2.3.11 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.

あれ?Rails 2.3.11?
config/environment.rbを見てみると「RAILS_GEM_VERSION = '2.3.11'」となっている。本家Redmineでも確認したところcurrent trunkでは

ruby 1.8.6, 1.8.7
rails 2.3.11
rack 1.1.0

となっていた。

ということでRails 2.3.11をインストールしますが、その前にRubyGemsをアップデートしてからRailsをインストールします。

# gem install rubygems-update

Successfully installed rubygems-update-1.7.1
1 gem installed
Installing ri documentation for rubygems-update-1.7.1...
Installing RDoc documentation for rubygems-update-1.7.1...

  • Rails 2.3.11のインストール
# gem install -v=2.3.11 rails
Successfully installed activesupport-2.3.11
Successfully installed activerecord-2.3.11
Successfully installed rack-1.1.2
Successfully installed actionpack-2.3.11
Successfully installed actionmailer-2.3.11
Successfully installed activeresource-2.3.11
Successfully installed rails-2.3.11
7 gems installed
Installing ri documentation for activesupport-2.3.11...
Installing ri documentation for activerecord-2.3.11...
Installing ri documentation for rack-1.1.2...
Installing ri documentation for actionpack-2.3.11...
Installing ri documentation for actionmailer-2.3.11...
Installing ri documentation for activeresource-2.3.11...
Installing ri documentation for rails-2.3.11...
Installing RDoc documentation for activesupport-2.3.11...
Installing RDoc documentation for activerecord-2.3.11...
Installing RDoc documentation for rack-1.1.2...
Installing RDoc documentation for actionpack-2.3.11...
Installing RDoc documentation for actionmailer-2.3.11...
Installing RDoc documentation for activeresource-2.3.11...
Installing RDoc documentation for rails-2.3.11...

念のためrackを確認すると1.1.2, 1.0.1となっていたため1.1.0をインストール
  • rack 1.1.0のインストール
# gem install -v=1.1.0 rack
Successfully installed rack-1.1.0
1 gem installed
Installing ri documentation for rack-1.1.0...
Installing RDoc documentation for rack-1.1.0...

  • バージョン確認
# gem list --local

*** LOCAL GEMS ***

actionmailer (2.3.11, 2.3.5, 2.2.2)
actionpack (2.3.11, 2.3.5, 2.2.2)
activerecord (2.3.11, 2.3.5, 2.2.2)
activeresource (2.3.11, 2.3.5, 2.2.2)
activesupport (2.3.11, 2.3.5, 2.2.2)
fastthread (1.0.7)
i18n (0.4.2)
passenger (2.2.15)
pg (0.9.0)
postgres-pr (0.6.3)
rack (1.1.2, 1.1.0, 1.0.1)
rails (2.3.11, 2.3.5)
rake (0.8.7, 0.8.3)
rubygems-update (1.7.1, 1.3.7)

  • 再度データベースの更新
# rake db:migrate RAILS_ENV="production"
(in /home/project)
==  AddWorkflowsAssigneeAndAuthor: migrating ==================================
-- add_column(:workflows, :assignee, :boolean, {:null=>false, :default=>false})
   -> 0.0686s
-- add_column(:workflows, :author, :boolean, {:null=>false, :default=>false})
   -> 0.0099s
==  AddWorkflowsAssigneeAndAuthor: migrated (0.0942s) =========================

==  AddUsersSalt: migrating ===================================================
-- add_column(:users, :salt, :string, {:limit=>64})
   -> 0.0141s
==  AddUsersSalt: migrated (0.0142s) ==========================================

==  SaltUserPasswords: migrating ==============================================
-- Salting user passwords, this may take some time...
   -> 0.0258s
==  SaltUserPasswords: migrated (0.0259s) =====================================

==  AddRepositoriesPathEncoding: migrating ====================================
-- add_column(:repositories, :path_encoding, :string, {:limit=>64, :default=>nil})
   -> 0.0170s
==  AddRepositoriesPathEncoding: migrated (0.0171s) ===========================

==  ChangeRepositoriesPasswordLimit: migrating ================================
-- change_column(:repositories, :password, :string, {:limit=>nil, :default=>""})
   -> 0.1914s
==  ChangeRepositoriesPasswordLimit: migrated (0.1916s) =======================

==  ChangeAuthSourcesAccountPasswordLimit: migrating ==========================
-- change_column(:auth_sources, :account_password, :string, {:limit=>nil, :default=>""})
   -> 0.0929s
==  ChangeAuthSourcesAccountPasswordLimit: migrated (0.0931s) =================

==  ChangeJournalDetailsValuesToText: migrating ===============================
-- change_column(:journal_details, :old_value, :text)
   -> 0.1365s
-- change_column(:journal_details, :value, :text)
   -> 0.0926s
==  ChangeJournalDetailsValuesToText: migrated (0.2294s) ======================

==  AddRepositoriesLogEncoding: migrating =====================================
-- add_column(:repositories, :log_encoding, :string, {:limit=>64, :default=>nil})
   -> 0.0017s
==  AddRepositoriesLogEncoding: migrated (0.0018s) ============================

==  CopyRepositoriesLogEncoding: migrating ====================================
==  CopyRepositoriesLogEncoding: migrated (0.0142s) ===========================

==  AddIndexToUsersType: migrating ============================================
-- add_index(:users, :type)
   -> 0.0272s
==  AddIndexToUsersType: migrated (0.0274s) ===================================

よし!うまくいった!あとはプラグイン関連も・・・
# rake db:migrate_plugins RAILS_ENV=production
(in /home/project)
Migrating engines...
Migrating acts_as_activity_provider...
Migrating acts_as_attachable...
Migrating acts_as_customizable...
Migrating acts_as_event...
Migrating acts_as_list...
Migrating acts_as_searchable...
Migrating acts_as_tree...
Migrating acts_as_versioned...
Migrating acts_as_watchable...
Migrating awesome_nested_set...
Migrating classic_pagination...
Migrating gravatar...
Migrating open_id_authentication...
Migrating prepend_engine_views...
Migrating rfpdf...
Migrating ruby-net-ldap-0.0.4...
Migrating trunk...

  • クリーンナップ

# rake tmp:cache:clear 
(in /home/project)
# rake tmp:sessions:clear
(in /home/project)

最後にApacheを再起動して完了です。

完了しました。

Google検索