Actions
Defect #13032
openGit: Fetch changelogs throws errors -> no rev. and changesets in activities
Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi,
after upgrading a redmine installation from 1.2.2 to 2.2.2 (security related) everything is fine with the exception of the git integration.
The repository view shows new files and the correct ages, but no author and revision. Also there are no new changesets in the project activities.
Here are some infos about the installation:
Environment: Redmine version 2.2.2.stable Ruby version 1.8.7 (x86_64-linux) Rails version 3.2.11 Environment production Database adapter MySQL Redmine plugins: redmine_backlogs v0.9.35
Here is the console output from the fetch_changesets call:
$:/opt/redmine# ruby script/rails runner "Repository.fetch_changesets" -e production (eval):108: warning: multiple values for a block parameter (0 for 1) from /usr/local/rvm/gems/ree-1.8.7-2011.03/gems/actionpack-3.2.11/lib/action_dispatch/routing/mapper.rb:992 fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin fatal: unrecognized argument: --stdin
And here the corresponding output from the production logfile:
Connecting to database specified by database.yml OpenIdAuthentication.store is nil. Using in-memory store. DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from /opt/redmine/plugins/redmine_backlogs/app/models/rb_issue_history.rb:4) DEPRECATION WARNING: Calling set_table_name is deprecated. Please use `self.table_name = 'the_name'` instead. (called from /opt/redmine/plugins/redmine_backlogs/app/models/rb_sprint_burndown.rb:5) git log error: git exited with non-zero status: 128 git log error: git exited with non-zero status: 128 git log error: git exited with non-zero status: 128 git log error: git exited with non-zero status: 128 git log error: git exited with non-zero status: 128 git log error: git exited with non-zero status: 128
Any ideas?
Best regards!
Actions