stable

Clone or download

Read-only

Better check of service usage in template project

This is part of request #10491 No SVN at project instantiation Some cases where not correctly handled: * Template has the svn core service but not the svn plugin at all * SVN plugin was created but not activated, so it's not created a second time Change-Id: I6f54d4fea17d830272c6465528e9302d5d61691c

Modified Files

Name
M plugins/svn/include/Svn/Service/ServiceActivator.php +21 −14 Go to diff View file
M plugins/svn/include/Svn/ServiceSvn.class.php +16 −0 Go to diff View file
M plugins/svn/tests/Svn/Service/ServiceActivatorTest.php +71 −6 Go to diff View file
M src/common/project/Project.class.php +21 −4 Go to diff View file
M src/common/project/Service.class.php +0 −8 Go to diff View file