This is a note-to-self. So when I forget the solution I can come back here and find it.
IntelliJ IDEA is one of the best Java IDEs. More here.
I have had the problem of not being able to save the password of a test svn repository. I found the solution:
- vi ~/.subversion_IDEA/servers
- add the following lines:
store-passwords = yes
store-plaintext-passwords = yes - Save and restart Idea.
- Play around with the changes tab until a popup shows up that asks for credentials.
- Give the credentials and click <Save the credentials> or whatever it says.
- That's it.