Pieter wrote:
> Hi,
>
> I'm planning to install Subversion with Apache, to have all the source code
> of the company in 1 big repository.
>
> Can I (via the Apache Server of Subversion) restrict access to given
> projects in the repository?
> I would like to be able to define for each project seperately in my
> repository:
> - who can see the project and who not (whether or not they can it or browse
> it)
> - who can do commits to it, and who only updates (in case they can see it)
> - who has to be warned by email that a commit to a given project has been
> done
>
> It's crucial for me that I can do this project by project 'security'. Is
> this possible? And if yes: how?
>
I think you can do that, but when all access it is through apache you
can't really tell from the client side whether you have several separate
repositories under the same url or one big repository with project
directories except that with separate repositories you could not check
out the whole thing at once. If the management of the projects is
different you might want to put each in its own repository.
--
Les Mikesell
lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 24 15:29:13 2007