> From: Garrett Rooney [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 3:58 PM
> access control can be implemented either via HTTP auth (which usually > ends up being used to limit write access to those who have an account), > but that's an all or nothing kind of thing. if you have access, it's to > the entire repository. to have finer grained limitations, you need to > use a pre-commit hook script, several of which are included in the > subversion distribution (in tools/hook-scripts or something like that). > unfortunately, these will only allow you to restrict commit access, you > can't currently restrict read access (other than via the all or nothing > technique of HTTP auth). > > i'm not sure what the current repos has set up, but i suspect it's just > all or nothing HTTP auth. Yup. It is. Sander
