add Web-Inf/Classes to subversion? Follow
I want to add the WEB-INF/classes to subversion, and detect changes -to commit them- in that folder in Intellij IDEA. I'm not happy with this workflow, but my work uses it in that way. Tortoise SVN detects the .class changes, but IDEA only gives me the option to commit .java files. How can I do that? (Sorry for my English)
Thanks
Marcos
Please sign in to leave a comment.
Make sure the "classes" directory is not excluded.
Second make the 'classes' directory is not excluded in File > Settings > [Project Settings] > Version Control > Ignored Files (It likely will not be there)
Finally, make sure that neither the "classes" directory or *.class files are listed in the "Ignore files and folders" field at the bottom of the File > Settings > [IDE Settings] File Types dialog. (They likely will not be there)
Thanks a lot! That was the problem. The folder was marked as "Excluded" in the Project Structure.
Best Regards
Marcos