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, feature/subversion-multiple-repositories-per-project has been
updated
via 8259d241ae673841be20c96ffcc3a615a29eda81 (commit)
from b84b8be4fa0b8d5cea20773f4451c64d80899d79 (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=8259d241ae673841be20c96ffcc3a615a29eda81
commit 8259d241ae673841be20c96ffcc3a615a29eda81
Author: Franck Villaume <[email protected]>
Date: Tue Feb 27 15:47:11 2018 +0000
scmvn: svnlog fix activity with multirepo pattern
diff --git a/src/plugins/scmsvn/libexec/svnlog.php
b/src/plugins/scmsvn/libexec/svnlog.php
index af4c674..aecf6e5 100644
--- a/src/plugins/scmsvn/libexec/svnlog.php
+++ b/src/plugins/scmsvn/libexec/svnlog.php
@@ -80,7 +80,7 @@ if ($mode == 'date_range') {
}
}
-$repo = forge_get_config('repos_path',
'scmsvn').'/'.$unix_group_name.'.svn/'.$unix_group_name;
+$repo = forge_get_config('repos_path', 'scmsvn').'/'.$unix_group_name;
if (is_dir($repo)) {
passthru("svn log file://$repo --xml -v $options 2> /dev/null");
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmsvn/libexec/svnlog.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits