[Fusionforge-commits] FusionForge branch Branch_5_1 updated. 650dc62d57c184d19b2c7c8780faf69831c5aa8d

Thorsten Glaser mirabilos at fusionforge.org
Wed Dec 4 16:37:55 CET 2013


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_1 has been updated
       via  650dc62d57c184d19b2c7c8780faf69831c5aa8d (commit)
      from  bd8e2cfe113f5b14a5426e41100571f753502c73 (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 650dc62d57c184d19b2c7c8780faf69831c5aa8d
Author: Thorsten Glaser <t.glaser at tarent.de>
Date:   Wed Dec 4 16:37:14 2013 +0100

    disable a rather dangerous SVN 1.6+ feature
    
    I don’t normally use GNU sed’s -i option, but considering how FF
    only works on GNU/Linux anyway…
    
    Bug-Upstream: http://subversion.tigris.org/issues/show_bug.cgi?id=3437

diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php b/src/plugins/scmsvn/common/SVNPlugin.class.php
index d21ec67..bae019c 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -257,6 +257,7 @@ class SVNPlugin extends SCMPlugin {
 			if ($ret != 0) {
 				return false;
 			}
+			system("sed -i '/enable-rep-sharing = false/s/^. //' $repo/db/fsfs.conf");
 			if (forge_get_config('use_ssh', 'scmsvn')) {
 				$unix_group = 'scm_' . $project->getUnixName() ;
 				system ("find $repo -type d | xargs -I{} chmod g+s {}") ;

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

Summary of changes:
 src/plugins/scmsvn/common/SVNPlugin.class.php |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list