Hello,
I'm using ant with svntask to update a repository before I build an application. At the end of the build, an email goes out with the results of the build. It would be very helpful to include the svn revision number and message in that email, so if the build breaks, we know which revision to review.
I am currently displaying only the revision number:
<status path="${main.site}" revisionProperty="sqlUpdateStatus.revision"/>
But I don't know how (or if there is a way) to get that revision's message (the message put in by the commiter). Do you guys know how to do that?