Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It depends on the version of the IDE, this problem appeared after IDEA 9 and in a first glance seems to be a bug connected to password encryption. <a href="http://youtrack.jetbrains.com/issue/IDEA-56464" rel="noreferrer">Here</a> you have an issue reported. </p> <p>They say you need to tweak .subversion/servers and set it to </p> <pre><code># Password / passphrase caching parameters: store-passwords = yes store-plaintext-passwords = yes store-ssl-client-cert-pp = yes store-ssl-client-cert-pp-plaintext = yes </code></pre> <p>NOTE : This will store the passwords as PLAIN TEXT!</p> <p>But this one does not help for version 11. I fixed like this for my Community 11 version : </p> <p>1) Went to Settings</p> <p>2) Then Version Control-> Subversion</p> <p>3) Pressed Clear Auth Cache</p> <p>4) Went to Changes->Repository and pressed Refresh</p> <p>IDEA asked me if I would like to accept the certificate </p> <p>5) Answered Accept</p> <p>Then It failed to refresh with "svn: authentication cancelled" error</p> <p>But in Event Log I saw </p> <pre><code>11:20:12 AM svn: authentication cancelled 11:21:11 AM 0 changes committed, 1 change failed to commit: Toggle Listener more 11:23:05 AM Not Logged In to Subversion: Click to fix. Not logged In to Subversion 'Subversion Repositories' </code></pre> <p>6) I klicked on "Click to fix"</p> <p>Then IDEA asked me to enter account and password and I saw that the default user name that it used was my users name on my mac. After I entered the real name and password everything worked fine.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload