info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with lock file when committing file


From: Julian Opificius
Subject: Re: problem with lock file when committing file
Date: Wed, 03 Aug 2005 11:51:11 -0500
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Larry Jones wrote:
Julian Opificius writes:

So I still don't know whey I'm getting:

cvs -z9 -r commit -m "my test" -- arinc_interface.vhd (in directory C:\CVS_at_home\JPL069\PL069\FPGA\PL069_V01\) /usr/local/cvsroot/JPL069/PL069/FPGA/PL069_V01/arinc_interface.vhd,v <-- arinc_interface.vhd
new revision: 1.6; previous revision: 1.5
cvs [commit aborted]: could not open lock file `/usr/local/cvsroot/JPL069/PL069/FPGA/PL069_V01/,arinc_interface.vhd,': Permission denied


Because you do not have permission to create that file.  Why that is is
between you and your OS, CVS doesn't have anything to do with it.


Larry, you are right as usual. Somehow the directory permission got changed to drwxr-s---, disallowing write access for group members.

This command, provided during a previous call for help, fixed it all.

   : all the group members should be able to write to it
   find $CVSROOT -type d -exec chmod g+rwxs {} \;

Thanks again, Larry and Todd, for your help, and for the reminder to always think clearly and trust the error messages.

j.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]