Hi,
I've installed CVSNT on windows and tryingto create usre permission as follows
created group file as follows in cvsroot
ntadmin: ntadmin1
ntdev: ntusr1
nttest: ntusr2
ntmgr: ntusr3
ntcreate: ntadmin2
I have created users in windows and with cvs passwd command aliased the users as ntadmin1, ntadmin2, ntusr1 ntusr2, ntusr3
All the users i created are in passwd file.
Created the acl's as follows
E:\CVSNT>cvs chacl -u ntadmin -a all -R .
setting ACL for directory .
E:\CVSNT>cvs chacl -u ntdev -a read,write -R .
setting ACL for directory .
E:\CVSNT>cvs chacl -u nttest -a read -R .
setting ACL for directory .
E:\CVSNT>cvs chacl -u ntmgr -a read,create -R .
setting ACL for directory .
E:\CVSNT>cvs chacl -u ntcreate -a create -R .
setting ACL for directory .
E:\CVSNT>cvs chacl -a none -R .
setting ACL for directory .
All read and create permissions are working fine for the users.
Write permission is working fine for ntadmin1 user as he have all the permissions set to him.
But the problem I amfacing is,
For the user tusr1, who is under group ntdev and have read and write permission is unable to commit the file to the repository. Getting the error message as follows
cvs commit -m "no message" -- activitybyday.xsl (in directory E:\ntusr1\sunnyd\xsl)
Checking in activitybyday.xsl;
/cvsrep/sunnyd/xsl/activitybyday.xsl,v <-- activitybyday.xsl
new revision: 1.2; previous revision: 1.1
cvs [server aborted]: cannot rename file /cvsrep/sunnyd/xsl/,activitybyday.xsl, to /cvsrep/sunnyd/xsl/activitybyday.xsl,v: Permission denied
***** CVS exited normally with code 1 *****
Note: Iām trying to commit a file which is in subdirectory and I ahd set permission with ā.ā. this is working for ntadmin1 but not working for the user ntusr1 who have write permission exclusively.
Pelase, advise if am doing any mistake.
Thanks & Regards
sri