Defect #5439
closedRedmine cannot connect to remote SVN repository
0%
Description
I'm getting this exception when redmine try to connect to a "Visual SVN" repo.
Processing RepositoriesController#show (for ourIPaddress at 2010-05-04 11:35:13) [GET]
Parameters: {"action"=>"show", "id"=>"tprefactor", "controller"=>"repositories"}
SystemExit (exit):
app/models/repository/subversion.rb:66:in `fetch_changesets'
app/models/repository/subversion.rb:65:in `each'
app/models/repository/subversion.rb:65:in `fetch_changesets'
app/models/repository/subversion.rb:58:in `fetch_changesets'
app/models/repository/subversion.rb:57:in `reverse_each'
app/models/repository/subversion.rb:57:in `fetch_changesets'
app/controllers/repositories_controller.rb:70:in `show'
public/dispatch.fcgi:24
Rendering /var/www/redmine/public/500.html (500 Internal Server Error)
More info:
repo URL: http://svn.somedomain.com:8888/repo
Over ubuntu server, Apache2.
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
Rails 2.3.5
MySQL 5
It doesn't fail using other repositories.