SVN integration broken after update to r2888
Added by Dmitry Shkolnikov about 15 years ago
Hello!
I've updated Redmine from r2859 to r2888 and now I can't browse my svn repository through redmine.
Also I've upgraged rails and rubygems.
When I try to browse my repo I have
Application error Rails application failed to start properly
In web server error log I have
Premature end of script headers: projects, referer: http://myredmine/projects/myproject
When I run dispatch.cgi from the console I have
# public/dispatch.cgi /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/cgi_process.rb:22:in `__send__': undefined method `env_table' for nil:NilClass (NoMethodError) from /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/cgi_process.rb:22:in `dispatch_cgi' from /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:101:in `dispatch_cgi' from /usr/lib64/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:27:in `dispatch' from public/dispatch.cgi:10
My redmine is running via mod_passenger.
Repo works via ssh+svn tunnel. On test server repo works via file:/// interface and everything is ok.
When I do svn co by my redmine user from my web server it works.
Any ideas?
Replies (1)
RE: SVN integration broken after update to r2888 - Added by Dmitry Shkolnikov about 15 years ago
Well, another one update to r2900 fixed the problem.