stable

Clone or download

Read-only

Use archivedeleteditem plugin to do the real deletion

This is a part of story #9253 delete a svn repository Before purging, the repo is archived in /tmp/. Change-Id: Ib351022c08af383b2aab159263ee3adfab0080db

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