stable

Forked from tuleap/stable

Clone or download

Read-only

request #8733: Import of SVN repository doesnt work when doing project creation

System events are needed to complete project creation. This is needed to later import project items like subversion. Change-Id: I7ce06cdd53acd19b09ae4e7925fb2ed84741aa85

Modified Files

Name
M src/common/autoload.php +5 βˆ’2 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +18 βˆ’4 Go to diff View file
A src/common/project/SystemEventRunner.class.php +51 βˆ’0 Go to diff View file
M src/common/system_event/SystemEventProcessorMutex.class.php +22 βˆ’6 Go to diff View file
A src/common/system_event/SystemEventProcessor_Factory.php +94 βˆ’0 Go to diff View file
M src/utils/import_project_xml.php +8 βˆ’1 Go to diff View file
M src/utils/process_system_events.php +3 βˆ’53 Go to diff View file
M tests/integration/ProjectImportTest.php +10 βˆ’2 Go to diff View file