> -----Original Message-----
> From: K F [mailto:cmkfo...@yahoo.com] 
> Sent: 30 January 2012 20:40
> To: users@subversion.apache.org
> Subject: Limited subdirectory access 
> 
> We have repo ABC with 40+ subdirectories. Current svn 
> security allows developers rw permissions and qa read only to 
> ABC. We would like to have a subgroup of dev to have access 
> to subdirectory DEF (ABC/DEF). Is there a way of doing this, 
> or does the parent directory access take precedent?
> 
> Thanks,
> Rich
> 

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

The most specific access takes precedent.  You would need to 'revoke' the 
normal developer's access to the subdir (if I understand you correctly) by 
assigning either 'r' or just nothing to their group...

~ mark c

Reply via email to