stable

Clone or download

Read-only

Create repository (POST) with or without access_file content

this is part of story #10215 manage "svn access file" with REST API projects logs will be added in dedicated commit Change-Id: I8e162ee7f1bd81febd84cb0941e4699bf4c776b7

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +28 −11 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 +28 −17 Go to diff View file
M plugins/svn/include/Svn/AccessControl/AccessFileHistoryDao.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +24 −12 Go to diff View file
M plugins/svn/include/Svn/Repository/Settings.php +17 −2 Go to diff View file
M plugins/svn/include/Svn/XMLImporter.class.php +11 −2 Go to diff View file
M plugins/svn/include/Svn/XMLRepositoryImporter.class.php +35 −4 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +53 −12 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +24 −7 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php +6 −3 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +96 −13 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +10 −1 Go to diff View file