Hi,

Commit(s) since <%= since_rev %> revision in <%= svn_url %>:

<% stdout.split("------------------------------------------------------------------------").reject(&:blank?).reverse.each do |commit| %>
<% commit.split("\n").reject(&:blank?).each_with_index do |line, index| %> <% if index.zero? %> <% details = line.split("|").map(&:strip).reject(&:blank?) %>

<%= details[0] %> by <%= details[1] %> at <%= details[2] %>

<% else %> <% if line.start_with?("+++") || line.start_with?("---") %>

<%= line.gsub(/[<>]/, '<' => '<', '>' => '>') %>

<% elsif line.start_with?("+") %>

"><%= line.gsub(/[<>]/, '<' => '<', '>' => '>') %>

<% elsif line.start_with?("-") %>

"><%= line.gsub(/[<>]/, '<' => '<', '>' => '>') %>

<% else %>

<%= line.gsub(/[<>]/, '<' => '<', '>' => '>') %>

<% end %> <% end %> <% end %>

<% end %>

Posted by lazylead v<%= version %>.