I've successfully created a repository, I think. My host has ports 2401 and 2402 (CVS and pserver) blocked, so I connect through an SSH tunnel in Eclipse. This means that, to log in, I have to type my account username and password on the server as if I was logging in through a normal SSH client.
This is a team-based project, I'm the only one on this server, and it's a shared server so I don't have root access. Others need to have read/write access to the files through CVS (i.e., they need to be able to browse the repository and commit files). So, how can I allow remote users to the files while still denying global read/write/execute access to everybody else to everybody except myself and other specific users?
This is a team-based project, I'm the only one on this server, and it's a shared server so I don't have root access. Others need to have read/write access to the files through CVS (i.e., they need to be able to browse the repository and commit files). So, how can I allow remote users to the files while still denying global read/write/execute access to everybody else to everybody except myself and other specific users?
Comment