On Thu, Jun 2, 2011 at 4:54 PM, Andy Levy <andy.l...@gmail.com> wrote: > On Thu, Jun 2, 2011 at 16:47, alexus <ale...@gmail.com> wrote: >> ok, path based authentication how would I accomplish that? >> >> I'm using apache for svn, I'm not using svnserve >> > > 90% of the time, the manual has the answers. This is one of those > times. > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
Note that such path based authorization is very sensitive to the particular access mechanism: HTTPS based access control won't affect local filesystem based access, or svnserve based access, and keeping them synchronized can be... intersting to do. May I strongly suggest pre-commit based control?