stable

Clone or download

Read-only

Delete all repositories at the project deletion

This is a part of story #9253 delete a svn repository When the project is deleted, all repositories must be deleted (hard deleted, no restoration possible) as well (including the parent directory). Change-Id: Iaafbdf9b42ca1eeafca15c11772faf2647019807

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/Svn/Repository/RepositoryManager.class.php +13 −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 +13 −1 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php +7 −2 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +3 −1 Go to diff View file