[SAC] uncommitted changes in TracSVN apache config

Sandro Santilli strk at kbt.io
Tue Oct 9 03:53:32 PDT 2018


On Tue, Oct 09, 2018 at 10:28:56AM +0200, Markus Neteler wrote:
> On Tue, Oct 9, 2018 at 12:13 AM Sandro Santilli <strk at kbt.io> wrote:
> >
> > Working on an apache configuration change for GEOS [1]
> > I found many changes in Apache configuration of TracSVN machine
> > that were not committed to git.
> >
> > Some of those changes seem related to system upgrade
> > (Martin Spott could you please commit them ?)
> > but some other seem specific to GRASS changes
> > (Markus Neteler could you please commit them ?)
> 
> 
> diff --git a/includes/subversion/grass.conf b/includes/subversion/grass.conf
> index 163ade7..a4bc4f0 100644
> --- a/includes/subversion/grass.conf
> +++ b/includes/subversion/grass.conf
> @@ -1,12 +1,12 @@
> -
> -
>      <Location /grass>
>        DAV svn
>        SVNPath /var/www/svn/repos/grass
>        AuthzSVNAccessFile /var/www/svn/repos/grass/authz
> 
> -      Include includes/ldap_auth_url.inc
> 
> +#  <LimitExcept GET PROPFIND OPTIONS REPORT>
>        Satisfy Any
>        Require valid-user
> +      Include includes/ldap_auth_url.inc
> +#  </LimitExcept>
>      </Location>
> 
> I have no idea who and why that was changed (will be ok of course!).
> Hence I leave to to whom made the modification to commit it.

The change seems to make GRASS SVN access require a valid OSGeo
account even for only reading it. Is this what you want ?

--strk;


More information about the Sac mailing list