Wednesday, June 13, 2007

Schemas and Access Mothods

SVN has several schemas that provide different access methods to the repositories.

  • file:/// - direct repository access on the local disk
  • http:// - access via the WebDAV protocol to a SVN aware Apache server
  • https:// - same as http:// but with SSL encryption
  • svn:// - access via SVN's custom protocol to an svnserve server
  • svn+ssh:// - same as svn://, but through an SSH tunnel

No comments: