Class: MetricFu::Churn::Svn
- Inherits:
-
SourceControl
- Object
- SourceControl
- MetricFu::Churn::Svn
- Defined in:
- lib/generators/churn.rb
Instance Method Summary collapse
Methods inherited from SourceControl
Constructor Details
This class inherits a constructor from MetricFu::Churn::SourceControl
Instance Method Details
#get_logs ⇒ Object
71 72 73 |
# File 'lib/generators/churn.rb', line 71 def get_logs `svn log #{date_range} --verbose`.split(/\n/).map { |line| clean_up_svn_line(line) }.compact end |