~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/bzr_access

  • Committer: Balint Aradi
  • Date: 2007-12-14 23:31:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3165.
  • Revision ID: aradi@bccms.uni-bremen.de-20071214233159-ott7hpnq3jwblr3o
Changing example to show comma separated user names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
Groups can be defined in the [groups] section. The options in this block are
39
39
the names of the groups to be defined, the corresponding values the lists of
40
40
the users belonging to the given groups. (User names must be separated by
41
 
whitespace characters.)
 
41
commas.)
42
42
 
43
43
All other sections names should be path names (starting with '/'), defining
44
44
the permissions for the given path. The options in those sections are user
53
53
 
54
54
   [groups]
55
55
   admins = alpha
56
 
   devels = beta gamma delta
 
56
   devels = beta, gamma, delta
57
57
   
58
58
   [/test/trunk]
59
59
   @admins = rw