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, 6.0 has been updated
via 6761de774ca2486d4118b148aab19ed92ad9612b (commit)
via 5588bc47e1ef651938d64efa9277dedf1f8f0699 (commit)
from cac31a6550161623464d6f5116f1afe1807b75b8 (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=6761de774ca2486d4118b148aab19ed92ad9612b
commit 6761de774ca2486d4118b148aab19ed92ad9612b
Author: Franck Villaume <[email protected]>
Date: Thu Sep 29 11:52:54 2016 +0200
sync CHANGES
diff --git a/src/CHANGES b/src/CHANGES
index 8fb7b09..59bdf84 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -1,5 +1,6 @@
FusionForge 6.0.5:
* Plugin SCM SVN: fix activity when SVN repository is private [#813]
(TrivialDev)
+* Plugin SCM SVN: fix support old svn clients (Inria)
* Plugin SCM Git: fix activity when SVN repository is private [#825]
(TrivialDev)
* Plugin MoinMoin: fix httpd permissions & 404 on CentOS [#809] (TrivialDev)
* Project Task: fix CSV import [#823] (Peter Katzmann)
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5588bc47e1ef651938d64efa9277dedf1f8f0699
commit 5588bc47e1ef651938d64efa9277dedf1f8f0699
Author: Matthieu Imbert <[email protected]>
Date: Thu Sep 29 11:51:56 2016 +0200
svn-pre-create-dav-activities.d-6.0
- pre-create ./dav/activities.d in svn repos
Signed-off-by: Matthieu Imbert <[email protected]>
Signed-off-by: Franck Villaume <[email protected]>
diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index 9150929..6967bb4 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -290,10 +290,13 @@ some control over it to the project's administrator.");
return false;
}
system ("sed -i '/enable-rep-sharing = false/s/^. //'
$repo/db/fsfs.conf") ;
- // dav/ directory is required by old svn clients (eg.
svn 1.6.17 on ubuntu 12.04)
+ // dav/ and dav/activities.d directories are required
by old svn clients (eg. svn 1.6.17 on ubuntu 12.04)
if (!is_dir ("$repo/dav")) {
mkdir("$repo/dav");
}
+ if (!is_dir ("$repo/dav/activities.d")) {
+ mkdir("$repo/dav/activities.d");
+ }
system ("svn mkdir -m'Init' file:///$repo/trunk
file:///$repo/tags file:///$repo/branches >/dev/null") ;
system ("find $repo -type d -print0 | xargs -r -0 chmod
g+s") ;
// Allow read/write users to modify the SVN repository
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/plugins/scmsvn/common/SVNPlugin.class.php | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits