You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ronan Lucio <ro...@tiper.com.br> on 2006/11/23 17:32:06 UTC

One project inside another

Hello,

We have a web project in a struct like:

project_root -+- templates
              +- includes
              +- site

The programers should have access to /svn/project_root
and its subdirectories.

The webdesigner should have access to /svn/project_root/site
and its subdirectories, but they can´t have access to
templates and includes directories. Neither read nor write
acces.

What is the best way to implement the permission access
for that?

Thanks,
Ronan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: One project inside another

Posted by Ronan Lucio <ro...@tiper.com.br>.
Hello,

Just to be recorded in the mailinglist.
I got the answer with the http authorization.

http://svnbook.red-bean.com/nightly/pt_BR/svn.serverconfig.httpd.html#ftn.id341553 


Thanks,
Ronan

Ronan Lucio escreveu:
> We have a web project in a struct like:
>
> project_root -+- templates
>              +- includes
>              +- site
>
> The programers should have access to /svn/project_root
> and its subdirectories.
>
> The webdesigner should have access to /svn/project_root/site
> and its subdirectories, but they can´t have access to
> templates and includes directories. Neither read nor write
> acces.
>
> What is the best way to implement the permission access
> for that?
>
> Thanks,
> Ronan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org