1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#
# For docs, check:
# http://sourceforge.net/docman/display_doc.php?docid=772&group_id=1#docscvsacls
#
# defunct gem directory
unavail | | gem
avail | cclepper,dheck,ggeiger,tigital,zmoelnig | gem
# ACLs at Yves Degoyon's request
unavail | | gem2pdp
avail | sevyves,eighthave | gem2pdp
unavail | | pidip
avail | sevyves,eighthave | pidip
unavail | | unauthorized
avail | sevyves,eighthave | unauthorized
# T. Grill's cvs automatically syncs with the SourceForge
# so changes here wouldn't make it to his CVS.
unavail | | grill
avail | xovo | grill
# restrict the MAIN branch of "pd" to prevent accidental
# commits that should go to devel_0_37 or impd_0_37
unavail | | pd | MAIN
avail | millerpuckette,ggeiger | pd | MAIN
# this line ALWAYS needs to be the last line in this file
# otherwise, its possible to lock everyone out of the CVS
avail | adamlindsay,eighthave,fbar,ggeiger,millerpuckette | CVSROOT
|