From bb993de62279ce78904b34ed4d431225cef499e0 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Fri, 4 Feb 2011 10:15:29 +0100 Subject: [PATCH] Added explanation for "Not permitted to create" error Added a documentation page that explains the "Not permitted to create ..." error. Change-Id: Iebf0341d1726c9cbf9ccc6cd9b7b33e42ea79dcc Signed-off-by: Edwin Kempin --- Documentation/error-messages.txt | 1 + Documentation/error-not-permitted-to-create.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 Documentation/error-not-permitted-to-create.txt diff --git a/Documentation/error-messages.txt b/Documentation/error-messages.txt index eadc7f5b6d..795674b823 100644 --- a/Documentation/error-messages.txt +++ b/Documentation/error-messages.txt @@ -19,6 +19,7 @@ Error Messages * link:error-no-new-changes.html[no new changes] * link:error-not-a-gerrit-administrator[Not a Gerrit administrator] * link:error-not-a-gerrit-project.html[not a Gerrit project] +* link:error-not-permitted-to-create.html[Not permitted to create ...] * link:error-not-valid-ref.html[not valid ref] * link:error-change-upload-blocked.html[One or more refs/for/ names blocks change upload] * link:error-permission-denied.html[Permission denied (publickey)] diff --git a/Documentation/error-not-permitted-to-create.txt b/Documentation/error-not-permitted-to-create.txt new file mode 100644 index 0000000000..9c07fd1e9e --- /dev/null +++ b/Documentation/error-not-permitted-to-create.txt @@ -0,0 +1,16 @@ +Not permitted to create ... +=========================== + +With this error message Gerrit rejects to create a new project in +Gerrit if the user has no privileges for project creation. + +In Gerrit it is possible to link:config-gerrit.html#repository[configure which groups are allowed to create projects]. + +If you are getting this error and you need to create projects in +Gerrit you have to contact a Gerrit administrator and request +permissions for project creation. + + +GERRIT +------ +Part of link:error-messages.html[Gerrit Error Messages]