JAyenGreen
JAyenGreen

Reputation: 1435

How to use ssh for svn checkout in phpstorm

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

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97325

Subversion has no support for pure ssh:// protocol. Repositories may have http:// file:/// svn:// svn+ssh:// RA-layers only

Upvotes: 4

Related Questions