Reputation: 2365
friends. I can't connect to svn using PuTTY.
Problem: I don't have a password, i have only private key.
I specified this data in dialog:
But update it uses old data:
I tried "Clear Auth Cache", but it's not helped me.
I want ro work with SVN via PhpStorm. P.S. TortoiseSVN work fine.
RESOLVE:
1 - Path to plink; 2 - Parameter "-i"; 3 - Path to your private key;
P.S. Make sure to check the "Enable interactive mode" is removed in General tab.
Upvotes: 0
Views: 2561
Reputation: 1596
You can set up all options for svn+ssh in the PhpStorm settings:
Upvotes: 1