Navigation


Changes between Initial Version and Version 1 of Dev/WriteAccess


Ignore:
Timestamp:
Mar 29, 2011, 11:07:49 AM (13 years ago)
Author:
Administrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/WriteAccess

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