ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Get Error with CVS->Edit command on Mac OS X #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the plugin on Mac OS X
2. Open a file in MacVim or Vim
3. Try doing VCS/CVS->Edit

What is the expected output? What do you see instead?
Expected output is that file is set to Edit mode. Instead I get the error that 
"Cannot change the 
file mode. Operation not permitted"

What version of the product are you using? On what operating system?
Latest on Mac OS X

Please provide any additional information below.

Original issue reported on code.google.com by nmsha...@gmail.com on 12 Jun 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Here are some additional details

Error detected while processing function 
<SNR>17_CVSEdit..<SNR>17_DoCommand..VCSCommandDoCommand:
line   47:
E605: Exception not caught: Version control command failed:  cvs edit: cannot 
change mode of file 
siteLookUp.xsl: Operation not permitted  cvs [edit aborted]: cannot create 
CVS/Base/siteLookUp.xsl for 
copying: Permission denied
Error detected while processing function <SNR>17_CVSEdit..<SNR>17_DoCommand:
line    3:
E171: Missing :endif
Press ENTER or type command to continue

Original comment by nmsha...@gmail.com on 12 Jun 2009 at 6:53

GoogleCodeExporter commented 9 years ago
It seems that you have some local permission issues (on the CVS directory in 
the same 
directory as the file in question).

Please try the following:

cd to the directory containing the file in question.

Execute 'cvs edit <file name>'.

Do you see the same issue?

Original comment by bob.hies...@gmail.com on 16 Jun 2009 at 6:03

GoogleCodeExporter commented 9 years ago
Yes. I get the same error
"cvs edit: cannot change mode of file workspace-mgmt.xsl: Operation not 
permitted"

But I am able to do CVS Edit using Eclipse fine.

Thanks for your help

Original comment by nmsha...@gmail.com on 16 Jun 2009 at 6:18

GoogleCodeExporter commented 9 years ago
This appears to be a local permission issue.

Original comment by bob.hies...@gmail.com on 16 Jun 2009 at 6:28