jove
Member
I'm setting up cvs on my iMac. I created a new user and put the cvs repository in that user's home directory. I want to give permission to the other users who are developers (only) to read/write/create files, etc in the depository. Remote users will use ssh.
My plan is:
- make a new group
-add all the developers and the cvs user to the group
-make the repository and existing and new files in the depository belong to the developers group
I can do the last item with chgrp. As for the first two, I'm guessing that NetInfo Manager has something to do with it. I found a web page that shows how to use NetInfo Manager with the "usual format for etc/groups." That would be great if I knew the "usual format."
Can anyone point me in the right direction? Am I even trying to do the right thing??
My plan is:
- make a new group
-add all the developers and the cvs user to the group
-make the repository and existing and new files in the depository belong to the developers group
I can do the last item with chgrp. As for the first two, I'm guessing that NetInfo Manager has something to do with it. I found a web page that shows how to use NetInfo Manager with the "usual format for etc/groups." That would be great if I knew the "usual format."
Can anyone point me in the right direction? Am I even trying to do the right thing??