Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...