stable

Clone or download

Read-only

Add project history for repository deletion

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

Modified Files

Name
M plugins/hudson_svn/include/hudson_svnPlugin.class.php +2 −1 Go to diff View file
M plugins/referencealias_svn/include/referencealias_svnPlugin.class.php +2 −1 Go to diff View file
M plugins/svn/bin/pre-revprop-change.php +2 −1 Go to diff View file
M plugins/svn/bin/svn_post_commit.php +2 −1 Go to diff View file
M plugins/svn/bin/svn_pre_commit.php +2 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +3 −1 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +14 −2 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_DELETE_REPOSITORY.class.php +3 −1 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_RESTORE_REPOSITORY.php +3 −1 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +3 −1 Go to diff View file
M plugins/svn/site-content/en_US/svn.tab +2 −0 Go to diff View file
M plugins/svn/site-content/fr_FR/svn.tab +3 −1 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php +4 −2 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +2 −1 Go to diff View file