How does one move from v.7.0.4 to v.8.0.0
Added by James Byrne almost 16 years ago
I have redmine-7.0.4 checked out via svn. How do I upgrade that installation with subversion? I cannot simply checkout the 8.0.0 trunk over it.
Replies (3)
RE: How does one move from v.7.0.4 to v.8.0.0 - Added by Jean-Philippe Lang almost 16 years ago
- backup your db
- make sure you have Rails 2.1.2 gem installed (gem install rails -v=2.1.2)
- svn update
- rake db:migrate RAILS_ENV="production"
Then restart.
RE: How does one move from v.7.0.4 to v.8.0.0 - Added by James Byrne almost 16 years ago
Ah. Well. I had to make several changes to the checkout. Here is the status report:
]# svn status
? svn
? app/models/project.rb.hll
M app/models/project.rb
? app/views/projects/_form.html.erb.hll
M app/views/projects/_form.rhtml
? db/dump
? db/migrate/094_change_projects_homepage_limit.rb.hll
? db/migrate/093_add_wiki_pages_protected.rb.hll
? db/migrate/094_change_projects_homepage_limit.rb
? db/migrate/093_add_wiki_pages_protected.rb
? script/dbconsole
? script/performance/request
? script/process/inspector
M config/boot.rb
M config/environment.rb
? lib/redmine/scm/adapters/subversion_adapter.rb.hll
M lib/redmine/scm/adapters/subversion_adapter.rb
M public/javascripts/prototype.js
M public/javascripts/effects.js
M public/javascripts/dragdrop.js
M public/javascripts/controls.js
M public/favicon.ico
Advice?
RE: How does one move from v.7.0.4 to v.8.0.0 - Added by Jean-Philippe Lang almost 16 years ago
Advice?
Resolve conflicts before restarting :-)