How to get hudson to display the SCM diff since last build in the individual build page

Posted by Steen on Stack Overflow See other posts from Stack Overflow or by Steen
Published on 2009-08-20T12:25:09Z Indexed on 2010/05/11 12:54 UTC
Read the original article Hit count: 250

Filed under:
|
|
|

I'm not sure it's even possible, but my command line usecase goes something like this:

  1. do svn update

  2. do a svn log -l {how many times since my last commit - 1}

  3. 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?

© Stack Overflow or respective owner

Related posts about hudson

Related posts about version-control