Are you doing read permission or only controlling write permissions?
For example, you don't care if everyone who already has access to your
repository can checkout these folders, but you only want a limited set of
people to do commits. In this case, you can use the pre-commit triggers to
limit who can do a commit on the folders.
If, on the other hand, you only want a small subset of your developers to be
able to checkout and commit to this directory, you need to configure your
server directly. And, that depends on the type of server you're using. If
you're using svnserve, you can configure the file conf/authz to specify who
has access to what Subversion directories. (You also have to setup the name
of this file in the svnserve.conf file in the same directory).
If you are using Apache, then you can do that via the mod_authz_svn
authorization configuration.
The directions are in the Subversion book on line in Chapter 6.
On Mon, Dec 8, 2008 at 12:58 AM, Modha Khammammettu <
MKhammammettu_at_calcas.com> wrote:
> Hi
>
> I need to give some users access to certain folders in a repository.
>
> Can you please tell me how to set folder level permissions.
>
> Thanks
> Modha/-
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981032
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>
--
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981201
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-08 18:17:47 CET