stable

Clone or download

Read-only

Check for repository is create only by SVN administrator is done in creator

this is part of story #10214 manage svn "commit rules" with REST API Change-Id: If1376877f2152be01c94991f7633d5c9e468e9b9

Modified Files

Name
M plugins/hudson_svn/include/Job/Manager.php +3 −4 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +12 −8 Go to diff View file
M plugins/svn/include/Reference/Extractor.php +9 −9 Go to diff View file
M plugins/svn/include/Svn/Commit/CommitInfoEnhancer.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerController.class.php +13 −7 Go to diff View file
M plugins/svn/include/Svn/Explorer/RepositoryDisplayController.class.php +1 −3 Go to diff View file
R plugins/svn/include/Svn/Repository/CannotCreateRepositoryException.class.php Go to diff View file
R plugins/svn/include/Svn/Repository/CannotDeleteRepositoryException.php Go to diff View file
R plugins/svn/include/Svn/Repository/CannotFindRepositoryException.class.php Go to diff View file
A plugins/svn/include/Svn/Repository/Exception/UserIsNotSVNAdministratorException.php +25 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +35 −2 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +2 −0 Go to diff View file
M plugins/svn/include/Svn/SvnRouter.class.php +16 −17 Go to diff View file
M plugins/svn/include/Svn/XMLImporter.class.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/XMLRepositoryImporter.class.php +2 −3 Go to diff View file
M plugins/svn/include/autoload.php +6 −5 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +8 −2 Go to diff View file
M plugins/svn/tests/Reference/ExtractorTest.php +2 −3 Go to diff View file
M plugins/svn/tests/Svn/Hooks/PreCommitTest.php +3 −13 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php +33 −3 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php +2 −2 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +13 −2 Go to diff View file