Re: [cvsacl-users] unable to access the cvs repository
Brought to you by:
sbaris
From: Stig H. <sti...@cy...> - 2005-02-28 06:45:15
|
You probably have a wrong ownership or group-ownership of /cvs/satrang. The setuid user of cvs must have write-access in the directory for checking out as the cvs server needs to place a lock (the #cvs.lock file) there. This is not a cvsacl problem, but merely a cvs repository problem. Cheers Stig :)) ma...@in... wrote: >hi, >i downloaded and installed the patched cvs acl package >i have initialized the repository with >cvs -d /cvs/satrang init and >added imported directories into the repo.... >i have given cvs acl admin right to a user shann with >"cvs -d /cvs/satrang racl shann:p -r ALL -d ALL" which list as >"X ALL" >and the access file entry is "d:ALL:ALL:shann!p:" >now if i login as user shann and do a checkout on the repo.. like cvs checkout satrang it throw error like this >cvs checkout: failed to create lock directory for `/cvs/satrang' (/cvs/satrang/#cvs.lock): Permission denied >cvs checkout: failed to obtain dir lock in repository `/cvs/satrang' >cvs [checkout aborted]: read lock failed - giving up > >what should i do now? >t & r >prashant > > |