(rrq) document the report output

This commit is contained in:
Sitaram Chamarty 2010-04-24 15:46:25 +05:30
parent 08dced6125
commit 6edc7a4d5f
2 changed files with 17 additions and 32 deletions

View file

@ -408,20 +408,20 @@ etc. You'd just like a simple way to know what repos you have access to.
Easy! Just use ssh to give the "info" command to the gitolite server: Easy! Just use ssh to give the "info" command to the gitolite server:
$ ssh git@server info $ ssh git@server info
hello sitaram, the gitolite version here is v1.4-9-g34aad34 hello sitaram, the gitolite version here is v1.4.2-4-g40cbecd
the gitolite config gives you the following access: the gitolite config gives you the following access:
R W SecureBrowse #R W SecureBrowse
R W anu-wsd #R W anu-wsd
R W entrans #R W entrans
@ W git-notes @R W git-notes
@ W gitolite @R W gitolite
R W gitolite-admin #R W gitolite-admin
R W indic_web_input #R W indic_web_input
@ R private/CREATER/[\w.-]+ @C #R private/CREATER/[\w.-]+
R W proxy #R W proxy
@ @ W public/CREATER/[\w.-]+ @C @R W public/CREATER/[\w.-]+
@ @ testing @R @W testing
R W vkc #R W vkc
To understand what these symbols mean, please see doc/report-output.mkd. The To understand what these symbols mean, please see doc/report-output.mkd. The
administrator can also say things like: administrator can also say things like:

View file

@ -22,17 +22,10 @@ can append a list of users to see their permissions instead of your own.
(Side note: if you installed using easy-install that would probably be `ssh (Side note: if you installed using easy-install that would probably be `ssh
gitolite info`, by the way). gitolite info`, by the way).
* col 1 (exists only if the "repo" name is actually a pattern) The meaning of C, R, and W are self-explanatory, but they might sometimes be
* `@`: `@all` users have permission to create repos matching this prefixed by a symbol. For example, `@R` means that `@all` users have
pattern beengiven this access, and `#R` means that this user is a "superuser" (think
* `C`: this user has permission to create repos matching this pattern root's shell prompt) and so has access to `@all` repos.
* col 2
* `@`: `@all` users have read access to this repo
* `r`: this user has read access to `@all` repos
* `R`: this user has read access to this repo
* col 3: same as col 2, but for write access instead of read
### the "expand" command ### the "expand" command
@ -51,11 +44,3 @@ account extra permissions enabled by the `setperms` command (see
doc/4-wildcard-repositories.mkd). It shows you the "creater" of the repo as doc/4-wildcard-repositories.mkd). It shows you the "creater" of the repo as
an additional column, defaulting to `<gitolite>` if it was not a wildcard an additional column, defaulting to `<gitolite>` if it was not a wildcard
repo. repo.
* col 1: not used
* col 2: same as col 2 for info, except substitute "repo" with "repo or
wildcard matching this repo"
* col 3: same as col 2, but for write access instead of read