[[PageOutline(2-4)]] == Direct write access to the repository == The repository is read-only over HTTP access (accessed via http://www.freediameter.net/hg/). Read-write access is performed over SSH. Your public key and access rights must have been configured by an administrator of the project. Access the repository as follow: {{{ #!sh $ hg clone ssh://hg@hg.freediameter.net/freeDiameter }}} ----