Hello guys,
How can I add a revision history in a file like shown here. Just to keep it simple and clean.
Hello guys,
How can I add a revision history in a file like shown here. Just to keep it simple and clean.
It depend on the version control system that U use. I don't know how to do it in SVN. But it seem that you will have to digg deep into the version control messages that are input when a commit is done
Many source control systems provide tags that can be embedded into a source file to automatically insert revision information (dates, users, history, comments, etc.) when embedded into the source code. What those tags are depends on the system being used.
... assumes good use of version control
That looks like it was hand coded, but you could get something like that with a combination of a version control system and a bug tracking system, such as Jira and SVN.