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 users = dermot dcarbery laca 30 users = gman 31 users = erwannc 32 users = jedy 33 34 [tags] 35 match = ^tags 36 access = read-write 37 users = dermot dcarbery laca 38 users = gman 39 users = erwannc 40 users = jedy 41 42 [branches] 43 match = ^branches 44 access = read-write 45 users = dermot dcarbery laca 46 users = gman 47 users = erwannc 48 users = jedy 49