I’m not sure it’s even possible, but my command line usecase goes something like this:
-
do svn update
-
do a
svn log -l {how many times since my last commit - 1} -
do a `svn diff -rHEAD:{my last commit revision + 1}
and try to get an overview of what happened since last time I touched the code. I get a lot of valuable information from this, and would like everybody in my team to get the same feeling of control and overview of the code base.
Not everyone in my team is comfortable with the command line but like the hudson interface.
So; is there a way to the the commit diff since last build (we do a build per commit) in the individual build page?
I think your best option would be to use the support in Hudson for linking subversion commits with a 3rd party subversion repository viewer such as ViewVC or Trac. Each entry on the recent changes list will then have a link to the repository browser for the appropriate revision where you can see the diff.