RE: Mimicking mvn_authz_svn with svnauthz(1)

2016-04-05 Thread Osipov, Michael
> Osipov, Michael wrote on Fri, Apr 01, 2016 at 08:00:56 +: > > Hi folks, > > > > I am trying to figure out how I can effectively mimic the behavior of > > mod_authz_svn with svnauth(1). I do have a small, read-only PHP > > application which shall browse a repo just like mod_dav_svn does with

Re: Mimicking mvn_authz_svn with svnauthz(1)

2016-04-01 Thread Daniel Shahaf
Osipov, Michael wrote on Fri, Apr 01, 2016 at 08:00:56 +: > Hi folks, > > I am trying to figure out how I can effectively mimic the behavior > of mod_authz_svn with svnauth(1). I do have a small, read-only PHP > application which shall browse a repo just like mod_dav_svn does > with the same

Mimicking mvn_authz_svn with svnauthz(1)

2016-04-01 Thread Osipov, Michael
Hi folks, I am trying to figure out how I can effectively mimic the behavior of mod_authz_svn with svnauth(1). I do have a small, read-only PHP application which shall browse a repo just like mod_dav_svn does with the same authz. While calling svnauthz(1) works well, I am not certain when I