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.
Sachin, > cvs chacl -u XYZ -a read,write,tag . cvs rchacl -u XYZ -a all . cvs rchacl -u ABC -a read,write,tag . cvs rchacl -u DEF -a read,write,tag . cvs rchacl -u GHI -a read,write,tag . > and in config file i changed ACLMode=none. If you set the ACLmode to none then you are DISABLING all ACL checks... ACLMode=normal The Users ABC,DEF,GHI will have the wirte access to the repository but they cannot easily import any new project. Only XYZ should has the permission to import any new project (or add any new files to an existing project). Regards, Arthur