Xelian
Xelian

Reputation: 17198

Can not authenticate with Subversion, InteliJ and SSH Agent

Hi I have a Suversion repository in which I want to connect with InteliJ. With TortoiseSVN I have no problems. But when I tried to connect with InteliJ there is a problem. Subversion version is 1.8.10. InteliJ version 14.0.3.

enter image description here

Error:svn: E170012: Unable to connect to a repository at URL 'svn+ssh://...............' svn: E170012: Can't create tunnel svn: E720002: Can't create tunnel: The system cannot find the file specified.

I have running Pageant with entered ppk key with pass phrase.

And more. I can revert from InteliJ but can not see history and can not commit.

Upvotes: 2

Views: 2632

Answers (1)

Xelian
Xelian

Reputation: 17198

So. I in InteliJ I did:

enter image description here enter image description here

Then I choose Subversion->Show History. User must be svn

enter image description here

(if previous screen do not show execute in Idea Clear Authentication Cashe) And I see history and see changes.

Upvotes: 3

Related Questions