From OpenSCADAWiki
Jump to: navigation, search

Subversion is the actual version control system used now by the OpenSCADA project. It supports two managing and two display connections:

  • in the classic way it allows managing and anonymous reading/observing by own service "svn://", for example svn ls svn://oscada.org/trunk/OpenSCADA/;
  • in the secure way by SSH it allows managing only for the authorized users by the secure prefix "svn+oscada://", for example svn ls svn+oscada://oscada.org/mnt/SVN_R/trunk/OpenSCADA;
  • through DAV by HTTP it allows only anonymous reading/observing by the HTTP prefix "http://", for example svn ls http://oscada.org/svn/trunk/OpenSCADA/;
  • through the Web-interface of WebSVN it allows only the anonymous observing