info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another CVS Access Control List Patch


From: Baris Sahin
Subject: Another CVS Access Control List Patch
Date: Sat, 31 Aug 2002 02:12:36 -0700 (PDT)

Another CVS Access Control List Patch

Available at: http://www.geocities.com/barissahin/

baris sahin
address@hidden

# 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]