Is there an easy way to, on commit of a file, automatically insert information into the code file itself (like author, commit comment, commit date, etc)? I would want this i
I know it's not the answer you are looking for, but I'd try to talk them out of doing that.
The best bet would be to use keyword substitutions, but SVN does not provide a $Log$ keyword for good reasons (see http://subversion.tigris.org/faq.html#log-in-source), which is the same reason I'd use to argue against having the log in the code.