Under our usual mix of Capistrano and SVN, how would one write a Capistrano task to...
- collect the last deployment's revision number
- sample that log
- e-mail the log to a list of e-mail addresses?
I attempted this script, and immediately got mired in the kind of absurd details that other systems take for granted, but which Rails has taught me I'm doing something wrong. So I throw the question open...
(And, naturally, Googling for "send e-mail" is hopeless!