Project

General

Profile

Internal Error 500, while trying to access subversion repository under windows

Added by SL 2014 almost 10 years ago

I have configured svn repository under windows using bitnami redmine stack 2.5.1-1.

Whenever I click on the repository tab under project I am getting an internal error 500.

I am using https for connecting to subversion, so made changes to subversion_adapter.rb to accept the certificate as given in http://www.redmine.org/projects/redmine/wiki/Error_parsing_svn_output

Here is the piece of log information from production.log.

Started GET "/redmine/projects/proj1/repository" for 127.0.0.1 at 2014-06-03 10:11:36 -0600
Processing by RepositoriesController#show as HTML
Parameters: {"id"=>"proj1"}
Current user: admin (id=1)
Completed 500 Internal Server Error in 10.0ms

ArgumentError (wrong number of arguments (0 for 1)):
lib/redmine/scm/adapters/abstract_adapter.rb:197:in target'
lib/redmine/scm/adapters/subversion_adapter.rb:65:ininfo'
lib/redmine/scm/adapters/abstract_adapter.rb:193:in retrieve_root_url'
lib/redmine/scm/adapters/abstract_adapter.rb:85:ininitialize'
app/models/repository.rb:97:in new'
app/models/repository.rb:97:inscm'
app/models/repository/subversion.rb:57:in fetch_changesets'
app/controllers/repositories_controller.rb:114:inshow'


Replies (1)

    (1-1/1)