stable

Clone or download

Read-only

SVN core service is no more instanciated for new project

This is part of request #9579 Do not use deprecated services in new projects If the newly created project is able to use the SVN plugin, then the SVN core service will not be instaciated for this project. Change-Id: I6b65b75a66725931ab97404835c81d87bd3cca8f

Modified Files

Name
M plugins/svn/include/svnPlugin.class.php +37 −0 Go to diff View file
M src/common/plugin/Plugin.class.php +5 −0 Go to diff View file
M src/common/project/ProjectCreationData.class.php +14 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +45 −6 Go to diff View file