[Fusionforge-commits] FusionForge branch Branch_5_3 updated. ca66cad3246e74f8663ed0a49add98119dd57c55

Sylvain Beucler beuc-inria at fusionforge.org
Tue Mar 25 16:13:24 CET 2014


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, Branch_5_3 has been updated
       via  ca66cad3246e74f8663ed0a49add98119dd57c55 (commit)
      from  feea6bc6a64def733f76c0767faf95d229b94164 (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 ca66cad3246e74f8663ed0a49add98119dd57c55
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Mar 25 16:12:42 2014 +0100

    Don't enable scmcvs for the default projects

diff --git a/src/db/20140325-drop-scmcvs-from-default-groups.sql b/src/db/20140325-drop-scmcvs-from-default-groups.sql
new file mode 100644
index 0000000..f0afac7
--- /dev/null
+++ b/src/db/20140325-drop-scmcvs-from-default-groups.sql
@@ -0,0 +1,6 @@
+-- Don't enable the 'cvs' tool for the default projects:
+-- - this can't be disabled unless you install & activate scmcvs
+-- - scmcvs confusingly overrides scmsvn in the builtin viewvc browsing
+DELETE FROM group_plugin
+  WHERE plugin_id=(SELECT plugin_id FROM plugins WHERE plugin_name='scmcvs')
+    AND group_id IN (SELECT group_id FROM groups WHERE unix_group_name IN ('siteadmin','news','stats','peers'));

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

Summary of changes:
 src/db/20140325-drop-scmcvs-from-default-groups.sql |    6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/db/20140325-drop-scmcvs-from-default-groups.sql


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list