On Wed, 16 Feb 2011 12:01:22 -0500 Luis Useche <use...@gmail.com> wrote:
> One thing I would really like to see is the diffs of every commit. > This is available for DragonflyBSD for instance. Is there a way to > find this on OBSD? that data representation is not provided by the project in the way that you want it. that said, cvs takes date as an argument. yes, what you want will take some scripting elbow grease. one could even have a button in any decent mail-client to click for that. if you want it on a "per commit" basis, every commit bumps the touched files version. if you're lazy... look at cvsweb for every file touched mentioned in the mail on source-changes@. jup, even that is scriptable. boils down to: just diff a checkout of the relevant files before and after the commit. (don't bother with anoncvs for that, mirror the tree locally, cvsync is your friend.)