stable

Clone or download

Read-only

Merge commit 'refs/changes/37/5037/24' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8816 have dedicated svnroot for plugin

Modified Files

Name
M plugins/ldap/tests/LDAP_BackendSVNTest.php +5 −1 Go to diff View file
M plugins/svn/include/Svn/Dao.class.php +4 −1 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerController.class.php +3 −3 Go to diff View file
M plugins/svn/include/Svn/Repository/Repository.class.php +7 −3 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +1 −0 Go to diff View file
M plugins/svn/include/Svn/SvnRouter.class.php +1 −2 Go to diff View file
M plugins/svn/include/Svn/ViewVCProxy/ViewVCProxy.class.php +2 −2 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +2 −2 Go to diff View file
M src/common/backend/BackendSVN.class.php +23 −20 Go to diff View file
M src/common/svn/SVN_Apache.class.php +6 −6 Go to diff View file
M src/common/svn/SVN_Apache_SvnrootConf.class.php +2 −2 Go to diff View file
M src/common/svn/SVN_DAO.class.php +5 −1 Go to diff View file
M tests/simpletest/common/backend/BackendSVNTest.php +6 −0 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_ModMysqlTest.php +3 −1 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_ModPerlTest.php +19 −11 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +5 −1 Go to diff View file