stable

Clone or download

Read-only

Merge commit 'refs/changes/90/8490/34' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #9836 Import content from SVN core into SVN Plugin Change-Id: Ic823c488ce94ff99814c248c3aaac6c4513d6756

Modified Files

Name
A plugins/svn/bin/migrate_to_plugin.php +186 −0 Go to diff View file
A plugins/svn/include/Svn/Migration/BareRepositoryCreator.php +106 −0 Go to diff View file
A plugins/svn/include/Svn/Migration/RepositoryCopier.php +51 −0 Go to diff View file
A plugins/svn/include/Svn/Migration/SvnMigratorException.php +25 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +22 −9 Go to diff View file
M plugins/svn/include/Svn/XMLImporter.class.php +6 −3 Go to diff View file
M plugins/svn/include/Svn/XMLRepositoryImporter.class.php +17 −4 Go to diff View file
M plugins/svn/include/autoload.php +5 −2 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +21 −3 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +22 −4 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +21 −8 Go to diff View file
M plugins/svn/tests/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +8 −5 Go to diff View file