Changes between Version 2 and Version 3 of Dev/WriteAccess
- Timestamp:
- Mar 29, 2011, 11:10:43 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/WriteAccess
v2 v3 2 2 = Direct write access to the repository = 3 3 4 The repository is read-only over HTTP access (accessed via http://www.freediameter.net/hg/). 4 == Public access == 5 5 6 Read-write access is performed over SSH. 6 The repository is read-only over HTTP access: 7 {{{ 8 #!sh 9 $ hg clone http://www.freediameter.net/hg/freeDiameter 10 }}} 11 12 == Restricted developers access == 13 14 Read-write access is performed over SSH. 7 15 Your public key and access rights must have been configured by an administrator of the project. 8 16 Access the repository as follow: … … 12 20 }}} 13 21 22 Beware that if one of the {{{commits}}} you are trying to push touches a file outside of your access list authorization, the commit will be rejected. Check with an administrator for detailed information of your access rights. 23 14 24 ---- 15 25