stable

Clone or download

Read-only

Subversion import: import to the plugin instead of the core

Imports the commits, the latest version of the SVNAccessFile (not the history) and the notifications. User story #8897 Change-Id: Ibb7d4e7e945698f3137b668312ff3f25014a363c

Modified Files

Name
M Makefile +3 βˆ’3 Go to diff View file
M plugins/svn/include/Svn/AccessControl/AccessControlController.php +1 βˆ’1 Go to diff View file
M plugins/svn/include/Svn/AccessControl/AccessFileHistoryCreator.php +3 βˆ’2 Go to diff View file
M plugins/svn/include/Svn/AccessControl/AccessFileHistoryDao.php +3 βˆ’0 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerController.class.php +2 βˆ’12 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +17 βˆ’2 Go to diff View file
A plugins/svn/include/Svn/XMLImporter.class.php +82 βˆ’0 Go to diff View file
A plugins/svn/include/Svn/XMLImporterException.class.php +25 βˆ’0 Go to diff View file
A plugins/svn/include/Svn/XMLRepositoryImporter.class.php +173 βˆ’0 Go to diff View file
M plugins/svn/include/autoload.php +4 βˆ’1 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +90 βˆ’14 Go to diff View file
R src/common/xml/resources/svn-definition.rnc Go to diff View file
A plugins/svn/resources/svn-definition.rng +38 βˆ’0 Go to diff View file
R src/common/xml/resources/svn.rnc Go to diff View file
R src/common/xml/resources/svn.rng Go to diff View file
A plugins/svn/tests/Svn/XMLImporterTest.php +286 βˆ’0 Go to diff View file
A plugins/svn/tests/_fixtures/svn_2revs.dump +39 βˆ’0 Go to diff View file
M src/common/autoload.php +0 βˆ’2 Go to diff View file
M src/common/backend/BackendSVN.class.php +10 βˆ’2 Go to diff View file
M src/common/dao/ProjectDao.class.php +8 βˆ’0 Go to diff View file
M src/common/project/Group.class.php +4 βˆ’13 Go to diff View file
M src/common/project/Project.class.php +10 βˆ’4 Go to diff View file
M src/common/project/ProjectManager.class.php +32 βˆ’2 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +1 βˆ’4 Go to diff View file
M src/common/project/UGroupManager.class.php +22 βˆ’6 Go to diff View file
D src/common/svn/SVNXMLImporter.class.php +0 βˆ’146 Go to diff View file
M src/common/system_event/SystemEvent.class.php +5 βˆ’3 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +21 βˆ’4 Go to diff View file
M src/common/xml/resources/project/project.rnc +1 βˆ’1 Go to diff View file
M src/common/xml/resources/project/project.rng +1 βˆ’1 Go to diff View file
M src/common/xml/resources/project/svn-definition.rng +31 βˆ’23 Go to diff View file
D src/common/xml/resources/svn-definition.rng +0 βˆ’30 Go to diff View file
D tests/simpletest/common/svn/SVNXMLImporterTest.php +0 βˆ’145 Go to diff View file