Don't update/change @version tag
Answered
Hi :)
I have the problem that IntelliJ seems to update the @version in a strange way:
* @version $Id: DatatransHandler.java 16497 2017-05-16 12:06:03Z johnDoe
becomes
@version $Id: DatatransHandler.java 16497 2017-04-24 07:51:15Z johnDoe $
So the date changes to a date earlier than before????
Please sign in to leave a comment.
When exactly does it happen? Are you sure it's not your version control hook?
I think when I changed something in the file. Version control hook?
Some version control do the keywords substitution: http://svnbook.red-bean.com/en/1.8/svn.advanced.props.special.keywords.html.