[cvsacl-users] about permissions problem
Brought to you by:
sbaris
From: <shi...@ho...> - 2005-03-10 07:29:00
|
Sorry about my poor English... I've noticed that several ppl got the same problem like what i got(),and i find a bug report 1089009 mentioned that the code in line 389,function valid_tag() of acl.c : "if (acldir || aclfile) return (0);" should be "if (!(acldir || aclfile)) return (0);" I modified the code then found permission issue is solved but i could not checkout any thing. I tried to output some debug info and found when i do "cvs co something" the acldir & aclfile are both 0,so the condition is 1,and it do return 0 At last I comment these two lines and now everything seems working properly.I'm not sure if it can cause other error by commenting those two lines. Could somebody else test it? _________________________________________________________________ 与世界各地的朋友进行交流,免费下载 MSN Messenger: http://messenger.msn.com/cn |