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