Skip to main content

Subversive supported protocols

All SVN® used protocols are supported by Subversive, but there can be some nuances depending on a SVN® client the user is working with. The user can select the client to work with on 'Client' tab group of 'Team>SVN' properties page.

So, the protocols supported by subversion are:

  • svn:// - protocol provided by Subversion®.
  • svn+ssh:// - svn:// protocol with SSH security protocol used.
  • http:// (https://) - HyperText Transfer Protocol with or without SSL cryptography used.
  • file:// - working with local files.

The user can configure the SSH and SSL settings if needed during the creation of repository location.

Related topics
SVN Preferences
SVN Repository Location Wizard

Back to the top