[evolvis-commits] r17552: [TTID# 1118041] Fixup permissions on /svnroot/*/db/ hourly (g+w)

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Sep 20 11:01:09 CEST 2011


Author: mirabilos
Date: 2011-09-20 11:01:09 +0200 (Tue, 20 Sep 2011)
New Revision: 17552

Modified:
   branches/ev48fixes/debian/changelog
   branches/ev48fixes/plugins/scmsvn/common/SVNPlugin.class.php
Log:
[TTID# 1118041] Fixup permissions on /svnroot/*/db/ hourly (g+w)


Modified: branches/ev48fixes/debian/changelog
===================================================================
--- branches/ev48fixes/debian/changelog	2011-09-19 12:31:16 UTC (rev 17551)
+++ branches/ev48fixes/debian/changelog	2011-09-20 09:01:09 UTC (rev 17552)
@@ -1,3 +1,9 @@
+gforge (4.8.3+evolvis36+fixes3) xunstable; urgency=low
+
+  * [TTID# 1118041] Fixup permissions on /svnroot/*/db/ hourly (g+w)
+
+ -- Thorsten Glaser <t.glaser at tarent.de>  Tue, 20 Sep 2011 10:42:39 +0200
+
 gforge (4.8.3+evolvis36+fixes2) unstable; urgency=low
 
   * [TTID# 1117592] Fix Browse Tasks for not logged-in users

Modified: branches/ev48fixes/plugins/scmsvn/common/SVNPlugin.class.php
===================================================================
--- branches/ev48fixes/plugins/scmsvn/common/SVNPlugin.class.php	2011-09-19 12:31:16 UTC (rev 17551)
+++ branches/ev48fixes/plugins/scmsvn/common/SVNPlugin.class.php	2011-09-20 09:01:09 UTC (rev 17552)
@@ -241,6 +241,8 @@
 			system("chown -R scm-gforge:$unix_group $erepo");
 			system("chmod -R g+rwX,o+rX-w $erepo");
 			system("find $erepo -type d -print0 | xargs -0 chmod g+s");
+		} else {
+			system("chmod -R g+rwX $erepo/db");
 		}
 
 		if ($project->enableAnonSCM()) {



More information about the evolvis-commits mailing list