Actions
Defect #636
closedundefined local variable or method `log' for #<Redmine::Scm::Adapters::SubversionAdapter:0x4341210>
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-02-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Line #122 in \lib\redmine\scm\adapters\abstract_adapter.rb
should be corrected as:
logger.error("SCM command failed: #{cmd}\n with: #{e.message}")
Should I create a patch?
Updated by Marco Amendola almost 18 years ago
Line 122 in \lib\redmine\scm\adapters\abstract_adapter.rb
should be corrected as:
logger.error("SCM command failed: #{cmd}\n with: #{e.message}")
Should I create a patch?
Updated by Thomas Lecavelier almost 18 years ago
Corrected in trunk by r1034 pushed the 2008-01-03 19:28.
But maybe it should be backported for a 0.6.4?
Be that as it may, thanks you for your interest in redmine :)
Updated by Jean-Philippe Lang almost 18 years ago
- Status changed from New to Closed
Ported in 0.6 branch in r1141.
Actions