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
We use $Revision: 9584 $ in some of our source files and the revision gets updated every time the revision of that particular file changes. But I am pretty sure you meant something different.