Geetha writes:
> 
> This is a multi-part message in MIME format.

Please don't send MIME or HTML encrypted messages to the list; plain
text only, please!

>  I have created repository  having group name called "syseng". In this =
> group  even users are added.
>  How to give permission to each user in this group ?
>  For example : X Y Z are belonging to the syseng group. I want to give =
> only permission r+x for X,Z to access cvs repository.

If your server supports ACLs (access control lists), you can use them to
do that.  Otherwise, there's no convenient way to give different
permissions to different members of the same group -- you'll have to
create new groups to have different permissions.  A user can belong to
more than one group, so you could create a new group -- say, cvsusers --
add X and Z to that group, then change the group of the repository to
that group.

-Larry Jones

I like Mom to be impressed when I fulfill the least of my obligations.
-- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to