stable

Clone or download

Read-only

Create the SVN plugin service if not available in template

This is part of request #10491 No SVN at project instantiation Change-Id: Id4d94494d8b75900184e888d551d262b5b1a3fef

Modified Files

Name
M plugins/svn/include/Svn/Service/ServiceActivator.php +38 −2 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +17 −2 Go to diff View file
M plugins/svn/tests/Svn/Service/ServiceActivatorTest.php +53 −2 Go to diff View file
M src/common/Service/ServiceCreator.php +4 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/project/Event/ProjectRegistrationActivateService.php +75 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +7 −2 Go to diff View file
M src/common/project/Service.class.php +8 −0 Go to diff View file