stable
Clone or download
Read-only
this last part of request #9836 Import content from SVN core into SVN Plugin It should import all history and use the same version than in core. Change-Id: I89f505f32d8bc473780c1d516a173d4d7e7db8a8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/migrate_to_plugin.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +2 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/AccessControl/AccessFileHistoryCreator.php | +36 | −9 | Go to diff View file |
M | plugins/svn/include/Svn/AccessControl/AccessFileHistoryDao.php | +15 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/AccessControl/AccessFileHistoryFactory.php | +15 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Migration/SettingsRetriever.php | +46 | −6 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryCreator.php | +53 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/Settings.php | +42 | −13 | Go to diff View file |
M | plugins/svn/tests/REST_Backend/RepositoryResourceUpdaterTest.php | +5 | −25 | Go to diff View file |
M | plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php | +106 | −4 | Go to diff View file |
M | src/common/svn/SVN_AccessFile_DAO.class.php | +2 | −2 | Go to diff View file |