Schedule for SVN Addition Prompt Follow
I use to get the following prompt when creating new files with Pycharm:
"Do you want to schedule the following file for addition to Subversion"
I clicked NO, Remember, do ask again (MISTAKE)
Now I want to be asked this everytime, but I can't find the option in the settings section
Where can I find the option/setting to undo this selection?
Please sign in to leave a comment.
you can go to settings, ctrl+alt+s -> version control -> confirmation : change the options of "when files are created".
also if it doesn't solved the issue you can right click on your project in intellij, go to subvertion> edit properties. check if there is a property named "ignore" or "global-ignores" with "*" value, remove "*" in these properties.