Subversion auto-props keywords not working Follow
I cannot get auto-props keyword substitution working with build 3436 or 3431.
I am pointing the subversion plugin to the same svn config file that I use with tortoiseSVN.
If I check a file in with tortoise, keyword substitution works, but not with IntelliJ.
The relevant parts of the config file are :
enable-auto-props = yes
*.java = svn:keywords="Rev Author Date"
NOTE: I have looked at
http://www.jetbrains.net/jira/browse/IDEA-3362
and this has not helped me.
Please sign in to leave a comment.
Could you please change your configuration file the following way:
*.java = svn:keywords=Rev Author Date
Note, that there are no quotes. There is a bug in JavaSVN library that makes it not handle quoted values properly in this case.