You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Juan Jesús Cremades Monserrat <re...@gmail.com> on 2009/12/03 15:53:25 UTC

Limited Permissions for users

Hi,

I've created a new repository and this is my Location tag:

<Location /svn>
   DAV svn
   SVNParentPath /var/svn
      AuthType Basic
      AuthName "Subversion repos"
      AuthUserFile /etc/***
      Require valid-user
</Location>

Well, into de /var/svn folder there are three projects proy1, p2 & p3, and I
want that user1 can access only to proy1. How can I do? Thanks!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2426733

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

Re: Limited Permissions for users

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Dec 3, 2009, at 09:53, Juan Jesús Cremades Monserrat wrote:

> I've created a new repository and this is my Location tag:
> 
> <Location /svn>
>    DAV svn
>    SVNParentPath /var/svn
>       AuthType Basic
>       AuthName "Subversion repos"
>       AuthUserFile /etc/***
>       Require valid-user
> </Location>
> 
> Well, into de /var/svn folder there are three projects proy1, p2 & p3, and I want that user1 can access only to proy1. How can I do? Thanks!

Have you read about path-based authorization in the book?

http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2426746

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.