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 # avazhang = Ava Zhang 29 users = avazhang 30 # sh162551 = Irene Huang 31 users = sh162551 32 # yippi = Brian Cameron 33 users = yippi 34 # gheet: Ghee Teo 35 users = gheet 36 # tim.miao = Tim Miao 37 users = tim.miao 38 # davelam: Dave Lin 39 users = davelam 40 # jedy: Jedy Wang 41 users = jedy 42 # liyuan: Liyan Zhang 43 users = liyuan 44 # jyu_mit: JiJun Yu 45 users = jyu_mit 46 # evan: Evan Yan 47 users = evan 48 # mattman: Matt Keenan 49 users = mattman 50 access = read-write 51 52 [tags] 53 match = ^tags 54 access = read-write 55 56 [branches] 57 match = ^branches 58 access = read-write 59