Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

SubGit, like any other Subversion client, can access a Subversion repository by using one of the following protocols.

Table: Subversion repository access protocols

ProtocolAccess Method
file://
Direct repository access.
svn://
Access via custom protocol to the svnserve server.
svn+ssh://
Same as svn://, but through an SSH tunnel.
http(s)://
Access through a web server (usually Apache) 
with possible SSL encryption.

The access via   file:// can be used   when both Subversion and Git repositories are hosted on the same machine. In this case, the local operating system account is used for authentication, and no additional settings are required.

All the other access methods to a Subversion repository require the appropriate authentication settings for SubGit.

  • No labels