Another CVS Access Control List Patch Available at: http://www.geocities.com/barissahin/
baris sahin [EMAIL PROTECTED] # sample access definitions file. # # # # - Format - # # 'import' is ONLY VALID for ALL:ALL defaults. # # 'tag' permission includes 'checkout' and 'checkin' permissions. # 'checkin' permission includes 'checkout' permission. # Thus, If you give a user 'checkin' permission, you don't need to give 'checkout' permission, and # if you give a user 'tag' permission, you don't need to give 'checkin' and 'checkout' permissions. # Comment lines begin with '#' # # <module,directory,or file name seperated with comma>:<branch tag name(s) seperated with comma> # { # checkout <usernames and/or groupnames seperated with comma> # checkin <usernames and/or groupnames seperated with comma> # tag <usernames and/or groupnames seperated with comma> # } # # # - Samples - # # src,contrib/tools,graphics,docs/design,lib/wait.c,lib/cmp.c:development-branch # { # checkout ALL # checkin usera,userb,userc,userd,groupa,gruopb,groupc # tag cmuser,userf,userg,groupd # } # # src,contrib/tools,graphics,docs/design,lib/wait.c,lib/cmp.c:release-branch # { # checkout # checkin userx,usery,groupk # tag cmuser # } # # # Below are the default permissions, CHANGE them as you like, # they will be used if no match found in your definitions, # and define your permissions after. ALL:ALL { checkout checkin tag ALL import ALL } # Define your permissions below this line __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs