[Fusionforge-commits] FusionForge branch 6.0 updated. 36b165d91d54dbf01ddf79ed288bc79e5f0914e9

Sylvain Beucler beuc-inria at fusionforge.org
Wed Feb 11 19:52:43 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  36b165d91d54dbf01ddf79ed288bc79e5f0914e9 (commit)
      from  f2b1a2e4e55cd16b891eeca6ce034e7bd6f1882c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 36b165d91d54dbf01ddf79ed288bc79e5f0914e9
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Feb 11 19:52:19 2015 +0100

    scmsvn: fix PHP redirect script path to a one that is allowed by the configuration

diff --git a/src/plugins/scmsvn/etc/httpd.conf.d/plugin-scmsvn.inc b/src/plugins/scmsvn/etc/httpd.conf.d/plugin-scmsvn.inc
index f65cd35..28dc26f 100644
--- a/src/plugins/scmsvn/etc/httpd.conf.d/plugin-scmsvn.inc
+++ b/src/plugins/scmsvn/etc/httpd.conf.d/plugin-scmsvn.inc
@@ -1,5 +1,5 @@
 <IfModule mod_authz_svn.c>
-  Alias /svn {core/plugins_path}/scmsvn/common/redirect-to-itk.php
+  Alias /svn {core/source_path}/www/plugins/scmsvn/redirect-to-itk.php
 </IfModule>
 <IfModule !mod_authz_svn.c>
   Redirect permanent /svn /anonscm/svn/

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmsvn/etc/httpd.conf.d/plugin-scmsvn.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list