I have one query is that I have a team of 10 developers which is use to commit the code at different intervals of time in SVN repository so in order to know what diifernt files have been commuted I have put the shutdown post hook in the script I have added my mail Id such that if any file is been added then a mail from unix box will be sent to me contains revision and file name that is been changed.
Now please advise is there any script I can add which along with the file name in the mail format will also provide the content that what lines have been added and what lines have been deleted in red blue color such that in mail itself I can see along with the file names the content also , please advise for such scripts that I can add in my SVN repository I will add such script at trunk level itself.