stable

Clone or download

Read-only

story #8816 have dedicated svnroot for plugin

To test it : - Create new svn project with the core - Create new svn repository with the plugin - on both system, the checkout URL must be http://<url>/svnroot/<repo_name> - you should be able to checkout/commit into both repositories Change-Id: I395fcfc5a9892acadc5eeb9ef906675371dc6ab7

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