Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Vijaykaran_Bhaskarannaidu wrote: > Hi, > > > > While giving access to Branch how to restrict remove (Files and > Folders)access ? > > But the adding files and folder access need to give > > > > Currently I am giving access like this > > Cvs chacl -R -a read,write,create -u <User name> -r <branch name> > <Module Name> Just deny write access. If you can write you can remove - just commit an empty file would be enough, so having a separate 'remove' right wouldn't solve anything. Of course it's all versioned so if someone removes something they shouldn't you can just restore it. Tony