Reputation: 1435
The svn repository I need to checkout from uses ssh: protocol, not http:, but the svn checkout dialog in phpstorm disables the checkout button if http:// is not used for the repository location.
Upvotes: 2
Views: 1315
Reputation: 97325
Subversion has no support for pure ssh:// protocol. Repositories may have http://
file:///
svn://
svn+ssh://
RA-layers only
Upvotes: 4