Changes between Initial Version and Version 1 of Dev/WriteAccess
- Timestamp:
- Mar 29, 2011, 11:07:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/WriteAccess
v1 v1 1 [[PageOutline(2-4)]] 2 == Direct write access to the repository == 3 4 The repository is read-only over HTTP access (accessed via http://www.freediameter.net/hg/). 5 6 Read-write access is performed over SSH. 7 Your public key and access rights must have been configured by an administrator of the project. 8 Access the repository as follow: 9 {{{ 10 #!sh 11 $ hg clone ssh://hg@hg.freediameter.net/freeDiameter 12 }}} 13 14 ---- 15