CVS and Subversion repository
Browse the repository with a web browser
You can browse the public EGRID Subversion repository by pointing your web browser to the following HTTP URL: http://egrid-doc.egrid.it/svn
Please note that some parts of the repository contain private software so they will result in a 403 Forbidden error response on HTTP access.
Read-only access with the svn command-line client
You can get anonymous access to the EGRID public Subversion repository using the HTTP transport for the Subversion protocol:
# list the contents of the whole EGRID repository svn list http://egrid-doc.egrid.it/srv/svn # checkout the 'middleware' module in directory 'mdw' svn checkout http://egrid-doc.egrid.it/srv/svn/middleware mdw
For a quick introduction to Subversion command-line client, please see http://www.abbeyworkshop.com/howto/misc/svn01/ (in English), or http://egrid-doc.egrid.it/sysadm/svn/intro (Italian).
Please note that some parts of the repository contain private software so they will result in a 403 Forbidden error response on HTTP access.
