Phil R Lawrence writes: > > I saw in the docs how to set up pserver and how it can manage read-write > permissions. But I won't run a server without encryption. > > How can I have SSH *and* locked down projects *and* locked down CVSROOT dir?
Forget pserver, use SSH with individual system accounts. Then you can use normal permissions to control access to directories within the repository. People need read access to a directory in order to do anything at all with it and write access to a directory to modify the files in it (commit changes, add tags, etc.). If you plan to allow read-only users, you'll need to set LockDir= in CVSROOT/config to a world-writable directory where CVS can put the lock files. -Larry Jones I always send Grandma a thank-you note right away. ...Ever since she sent me that empty box with the sarcastic note saying she was just checking to see if the Postal Service was still working. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
