On Nov 25, 2004, at 7:01 AM, Enrico Straube wrote:
> Hello,
>
> how do I define that all external of my repository are read-only for
> everyone? It should never be possible to change/commit changes through
> an external. Can I do this with subversion?
>
> Here is an example:
> - two projects "calc" and "paint"
> - User A have no rights to read or edit on project "calc".
> - He must work on "paint" which has "calc" as external
> - Now user A must get read access for "calc" through "paint"
>
The svn:external property is irrelevant. To make 'calc' project
unreadable by user A, you would use some sort of authorization policy.
I can't tell you how to do it, because I don't know if you're using
svnserve or apache. Either way, authorization setup is documented in
chapter 6. Read through it.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 25 14:30:58 2004