# File lib/autotest/email_notify.rb, line 45 def self.svn_release if @@use_svn rev = `svn info`.match(/Revision: (\d+)/)[1] return "r#{rev} " end end