Home | History | Annotate | Download | only in sys-suspend
      1 #  DEAFULT
      2 #
      3 [default]
      4 match  = .*
      5 access = read-only
      6 
      7 ########################################################
      8 ########################################################
      9 ########################################################
     10 # DO *NOT* EDIT OR OVERRIDE THIS SECTION
     11 # DO *NOT* EDIT OR OVERRIDE THIS SECTION
     12 # DO *NOT* EDIT OR OVERRIDE THIS SECTION
     13 [BRANCHES 1]
     14 match  = /
     15 users  = dermot dcarbery laca
     16 access = read-write
     17 
     18 [BRANCHES 2]
     19 match  = BRANCHES
     20 users  = dermot dcarbery laca
     21 access = read-write
     22 ########################################################
     23 ########################################################
     24 ########################################################
     25 
     26 [trunk]
     27 match  = ^trunk
     28 access = read-write
     29 
     30 [tags]
     31 match  = ^tags
     32 access = read-write
     33 
     34 [branches]
     35 match  = ^branches
     36 access = read-write
     37