CVS on OSX problem

bjm001

Registered
Here is the deal. I have CVS running as a pserver on OSX and everything works great Except when a client atemps an update when there are conflicts. the diff and merge fail with the following message:

cvs server: could not open output file: permission denied
cvs server: subsidiary diff failed

It appears that the files in the tmp directory are created with the wrong permissions? Any ideas how to overcome this?
 
I figured out what went wrong. Dev tools were installed as root instead of administrator and thats what cused the problem.
 
Back
Top