Actions
Defect #4625
closedFirst access to a particular Subversion repository crashes Redmine
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-01-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Software: PostgreSQL 8.4.2, Ruby 1.8.7, Rails 2.3.5, Redmine 0.9.0rc, svn 1.5.1
Redmine works fine with several Subversion repositories (all over https://), but one of them repeatably takes very long and then crashes as follows.
Please let me know what additional information you require.
Processing RepositoriesController#show (for 87.245.77.248 at 2010-01-21 22:07:05) [GET] Parameters: {"action"=>"show", "id"=>"dtn-routing", "controller"=>"repositories"} ActiveRecord::StatementInvalid (SystemExit: exit: INSERT INTO "changes" ("changeset_id", "action", "branch", "path", "revision", "from_path", "from_revision") VALUES(237, E'A', NULL, E'/trunk/Papers/DTN/Dtn.org Simulation stuff/db-4.4.20/examples_c/tags', NULL, NULL, NULL) RETURNING "id"): 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' /usr/share/redmine/public/dispatch.fcgi:24 Rendering /usr/share/redmine-0.9.0/public/500.html (500 Internal Server Error)
Actions