2

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.

1
  • 2
    svn+ssh://... should work fine in PhpStorm. Commented Jan 23, 2013 at 16:18

1 Answer 1

4

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

Sign up to request clarification or add additional context in comments.

1 Comment

That was it... svn+ssh:// Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.