Project

General

Profile

SVN integration broken after update to r2888

Added by Dmitry Shkolnikov over 14 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.

Any ideas?


Replies (2)

RE: SVN integration broken after update to r2888 - Added by Dmitry Shkolnikov over 14 years ago

Oh, forgot to tell that my repo works via svn+ssh tunnel.
When I do svn co by my redmine user from my web server everything works fine.

    (1-2/2)