group permissions on parts of a module

2004-08-03 Thread Joseph Shraibman
I attempted to limit access to parts of my module by using group permissions. The problem is than when the checkout reaches a directory it can't read, it fails right away and doesn't go on to other directories. cvs server: failed to create lock directory for `' (/#cvs.lock): Permission denied

Re: group permissions on parts of a module

2004-08-04 Thread Joseph Shraibman
Larry Jones wrote: You need to use LockDir= in your CVSROOT/config file to put the lock files somewhere other than in the repository: Setting LockDir helps, but that url is wrong.

Re: group permissions on parts of a module

2004-08-04 Thread Joseph Shraibman
Larry Jones wrote: Joseph Shraibman writes: I attempted to limit access to parts of my module by using group permissions. The problem is than when the checkout reaches a directory it can't read, it fails right away and doesn't go on to other directories. You need to use LockDi

Re: group permissions on parts of a module

2004-08-05 Thread Joseph Shraibman
Todd Denniston wrote: directories should be drwxrwsr-x or drwxr-sr-x and should be owned by the correct user and group. That fixed my problem, thank you. ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Re: CVS over SSH hangs

2002-05-15 Thread Joseph Shraibman
I've been having a similar problem on a redhat box with the cvs-1.11.1p1-6.2 rpm installed. When I try to checkout a large project from the localhost with ssh the checkout hangs after random files, I have to cntrl+C and start it again, and again, and again until the whole project is finished.