Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij SVN keeps asking for path to certificate when there is none

A slightly different version of this Subversion in Intellij keeps asking for authentication

I enter my credentials just fine. Once I enter the correct credentials it takes me to a popup that asks for my path to certificate, and certificate passphrase. enter image description here

This didn't used to happen until I changed my SVN password. Prior to this, simply enter in my SVN credentials would work fine without issue. Hitting cancel on that gives me an SVN:E175013 error, and hitting OK closes then reopens the same box.

The same issue does not happen in Eclipse. Simply providing the userid and pwd will allow me to access SVN, this is only happening in intellij.

So I cleared the SVN settings for my PC in the %APPDATA% path, as well as my Intellij svn's directory (.IntelliJIdea2017.1\system) I cleaned vcs/vcsCache and vcs-users in that folder.

My Intellij info

IntelliJ IDEA 2017.1.3
Build #IU-171.4424.56
JRE: 1.8.0_112-release-736-b21 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1

I'm using svn 1.9.5.1210.

like image 762
user1111111 Avatar asked Jul 06 '17 21:07

user1111111


3 Answers

No need to re-install intellij to fix this issues, at least this worked in my case.

Goto Webstrom -> Preferences -> Version Controle -> Subversion

and uncheck "Use Command line client" if it's already checked.

click "Clean Auth Cache"

enter image description here

like image 173
Anjum.... Avatar answered Nov 15 '22 21:11

Anjum....


Seems similar to https://youtrack.jetbrains.com/issue/IDEA-150404

Try clearing SVN credential cache using Settings - Version control - SUbverion - General | Clear auth cache button

like image 22
Dmitriy Smirnov Avatar answered Nov 15 '22 20:11

Dmitriy Smirnov


Ultimately resolved the issue by uninstalling Intellij and all cache, settings everything. Then reinstall. Was able to fetch from SVN henceforth.

I wasn't able to test Dimitri's note before I did the reinstallation, but it sounds like it could be it.

The wrong password can be saved by IDE in a storage according to Settings - Appearance & Behavior - System - Passwords. Check the storage, probably set IDE to not remember passwords and restart. – Dmitriy Smirnov

like image 20
user1111111 Avatar answered Nov 15 '22 21:11

user1111111