Methods

Churn::SvnAnalyzer

Public Instance Methods

get_logs() click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.