RE: how can we restrict the user from
deleting a perticular file
United States
2007-08-06 00:24:01
I suppose below is the way (Through commandline):
cvs rchacl -R -a read,nowrite,tag,nocreate,nocontrol -m "Blocked for commit"
-r <branchname> -u <username> <filepath>
//<username> is the name thru which the userlogs into the machine.
//nocontrol option restricts the user to remove file.
Please set the CVSRoot before using the above command.
>From: "Arthur Barrett" < arthur.barrett%40march-hare.com">arthur.barrettmarch-hare.com>
>Reply-To: cvsgui%40yahoogroups.com">cvsguiyahoogroups.com
>To: < cvsgui%40yahoogroups.com">cvsguiyahoogroups.com>
>Subject: RE: [cvsgui] how can we restrict the user from deleting a
>perticular file
>Date: Wed, 1 Aug 2007 00:31:16 +1000
>
>
> > can any one tell how can we restrict any user from deleting the file.
> > like we have a cvs remove command which would permanently remove the
> > file
>
>Use cvs chacl. See:
>http://www.cvsnt.org/manual/html/chacl.html
>
>
>
>Regards,
>
>
>Arthur