I’m not an expert in subversion, and would appreciate very much for any hints on the following problem.
I want to add a review name automatically into a commented section in the header of the Java file (.java extension only). This can be done manually, but in case of large commits if would take ages to modify the header for hundreds of files. svn pre-commit hook, or other svn capability might be used here I guess.
Take a look at the documentation on subversion keywords. The
Authorkeyword is the one that may solve your problem.From the linked document: