svn in IntelliJ
There is some problems for those who are still working with svn, i.e. subversion controll. For example, I got this error when I tried to commit my code changes.Subversion repositories can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details. You can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords' option to either 'yes' or 'no' in ' 'C:/Program Files/TortoiseSVN/servers'.
And the solutions a man can find on internet are:
- to delete the data which are saved in C:\Users\Username\AppData\Roaming\Subversion\auth\, (i.e. %APP_ROOT%\Subversion\auth\ ). But it didn't work. I don't have another solution. SVN works well from Explorer but not in IntelliJ.