The project that I am working on utilises a code generation tool. The header of every source file includes a comment with a date\time stamp of when it was generated. The problem is that every time the code is generated the svn change check algorithm marks all files as having been changed even though only a handful have actually had actual code changes.
Is there a way to tailor the change check algorithm with, say, a regex, to ignore certain contents of a text file e.g. comment lines? I have scanned the FAQs and googled to no avail. Cheers, Julian