Automatically Add SVN properties to newly created files

Answered

In Intellij Ultimate, is there a way to automatically add svn keywords to newly created java files? Like in Eclipse (below)?

0
3 comments

That is not possible in IntelliJ.

Properties can only be set manually, however it is possible to apply them recursively to all files in a folder - see https://www.jetbrains.com/help/idea/set-property-dialog-subversion.html

1

Hello,

Is this still not possible?

We are sadly still stuck on SVN, and until I noticed, I have now 72 files positioned randomly through modules and packages without this properties. And for every new file I will need to handle this also.

What is the best way to deal with this? (Without editing also properties of other, unmodified files)

0

Regrettably, this feature hasn't been changed and the comment above is still applicable. 

0

Please sign in to leave a comment.