stable
Clone or download
Read-only
svnroot.conf is the apache configuration to wire access to svn repositories from apache. This makes "svn ls .." working. How to test: - you need to make start-distlp (if you were already running it, stop first) - create a new repository in the interface (plugin svn) once you can browse the content of the repo with viewvc, then you should be able to also do svn operations - you can get logs on svnroot update operations on backend-svn machine in /var/log/tuleap/svnroot_updater.log file Part of story #10056 be able to develop Tuleap Distributed SVN Change-Id: I185c8fa1eb7cbf59ab476270e84fe097dfea415d
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose-distlp.yml | +14 | −2 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/autoload_libs.php | +4 | −0 | Go to diff View file |
M | src/common/backend/Backend.class.php | +2 | −2 | Go to diff View file |
A | src/common/svn/SvnrootUpdater.php | +148 | −0 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Root.class.php | +3 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +4 | −1 | Go to diff View file |
M | src/etc/logrotate.syslog.dist | +7 | −0 | Go to diff View file |
A | src/etc/rabbitmq.inc.dist | +6 | −0 | Go to diff View file |
A | src/utils/svn/svnroot_push.php | +25 | −0 | Go to diff View file |
A | src/utils/svn/svnroot_updater.php | +30 | −0 | Go to diff View file |
M | src/www/include/pre.php | +1 | −0 | Go to diff View file |
A | tools/Configuration/RabbitMQ/BackendWeb.php | +45 | −0 | Go to diff View file |
M | tools/distlp/backend-svn/supervisord.conf | +5 | −0 | Go to diff View file |
M | tools/distlp/backend-web/run.php | +2 | −0 | Go to diff View file |