Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Zioowo wrote: > Tony, please tell more technically, how could I hide CVSROOT folder, > because my repository doesn't shared by system, users can access to > cvsroot by cvsservice. > LockDir directory already exists out of repository with read & write > privilleges for users. > Just set the permissions on the CVSROOT folder so that they can't write to it (except the history, which always needs to be writable). You could use acls to achieve the same thing (cvs lsacl/cvs chacl), but using NT file permissions is safer, generally. Tony