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, master has been updated
via 7df6491e1983bdfd268996f6d4e6d7e1887dbedc (commit)
from 33bb16ad9fd6ffad750835a0b54808ba793405b9 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7df6491e1983bdfd268996f6d4e6d7e1887dbedc
commit 7df6491e1983bdfd268996f6d4e6d7e1887dbedc
Author: Franck Villaume <[email protected]>
Date: Sun Mar 6 19:58:55 2016 +0100
plugin scmsvn: fix default repos_path to generic chroot path, as other scm
plugins
diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index ebd0820..1bc477b 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -5,7 +5,7 @@
* Copyright 2003-2010, Roland Mas, Franck Villaume
* Copyright 2004, GForge, LLC
* Copyright 2010, Alain Peyrat <[email protected]>
- * Copyright 2012-2014, Franck Villaume - TrivialDev
+ * Copyright 2012-2014,2016, Franck Villaume - TrivialDev
* Copyright 2013, French Ministry of National Education
*
* This file is part of FusionForge.
@@ -28,7 +28,7 @@
require_once $gfcommon.'include/plugins_utils.php';
forge_define_config_item('default_server', 'scmsvn', forge_get_config
('scm_host'));
-forge_define_config_item('repos_path', 'scmsvn',
forge_get_config('data_path').'/scmrepos/svn');
+forge_define_config_item('repos_path', 'scmsvn',
forge_get_config('chroot').'/scmrepos/svn');
forge_define_config_item('serve_path', 'scmsvn',
forge_get_config('repos_path'));
forge_define_config_item('use_ssh', 'scmsvn', false);
forge_set_config_item_bool('use_ssh', 'scmsvn');
@@ -566,7 +566,7 @@ some control over it to the project's administrator.");
if (in_array('scmsvn', $params['show']) ||
(count($params['show']) < 1)) {
$start_time = $params['begin'];
$end_time = $params['end'];
-
+
$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser,
"SVNPluginStartElement", "SVNPluginEndElement");
xml_set_character_data_handler($xml_parser,
"SVNPluginCharData");
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmsvn/common/SVNPlugin.class.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits