--- Lorne Gutz <[EMAIL PROTECTED]> wrote: > This can be done simply by creating a soft link in > the > main directory, pointer to the subdirectory. Then > you can put whatever restrictions on that > subdirectory
I've been playing around with the permissions a bit. What I've found is if read permissions are turned off for a directory and its files, noone can check them out. So: 1. Turn off read and write permissions on the parent directory and its files for those that shouldn't be able to check it out (this is assuming the use of ACLs) but keep the execute bit turned on for those that need to be able to checkout its subdirectories. 2. Turn on the read and execute bits on the subdirectory for those that need to be able to checkout the subdirectory. 3. Turn off write permissions within the two directories to prevent checkins. Noel __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
