Class: Churn::SvnAnalyzer

Inherits:
SourceControl show all
Defined in:
lib/churn/svn_analyzer.rb

Instance Method Summary collapse

Methods inherited from SourceControl

#initialize

Constructor Details

This class inherits a constructor from Churn::SourceControl

Instance Method Details

#get_logsObject



4
5
6
# File 'lib/churn/svn_analyzer.rb', line 4

def get_logs
  `svn log #{date_range} --verbose`.split(/\n/).map { |line| clean_up_svn_line(line) }.compact
end