After some searching around the web I want to seek your opinion on this topic...
I have to monitor developers on many branches in SVN against Trunk. One of the ways I would like to do this is diff between the branch and trunk every night and report the differences. I do not want to necessarily merge back in every night but I want early feedback on the deviations between the two locations.
I have thought about doing a simplistic svn diff between trunk and the branch and emailing that around. However ideally what I would like is a tool that would take this output and convert it into a HTML Website that would then show the differences in a nice easily accessible way
I have looked for a tool like this but found nothing that matched
Any ideas would be great!!!