Is there a way to add a hook to add the subversion revision to code. For example, if I do a save, could I invoke subclipse to get the latest revision of that file and add the comment.
1 Answer
I believe you're interested in Subversion's keyword substitution capability. Take a look at that link, but I believe $Revision$ will suit your purpose.