1
votes

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.

1
unchecking the "use command line client" (settings-->subversion-->general) I tried but the problem stays the same.Xelian

1 Answers

3
votes

So. I in InteliJ I did:

enter image description hereenter 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.