stable

Clone or download

Read-only

Allow configuration of DistributedSVN from /etc

Share as much as possible the code needed to setup Docker / dev environment and the production deployment on VMs Part of story #10129: have packages for Distributed Tuleap Change-Id: Ied1354208891113188af1a2f57fed6361dc0e2b7

Modified Files

Name
M tools/Configuration/Apache/BackendSVN.php +13 −4 Go to diff View file
R tools/Configuration/ApplicationUserFromPath.php Go to diff View file
A tools/Configuration/Etc/LoadLocalInc.php +67 −0 Go to diff View file
M tools/Configuration/FPM/BackendSVN.php +19 −2 Go to diff View file
A tools/Configuration/Logger/Console.php +84 −0 Go to diff View file
A tools/Configuration/Logger/LoggerInterface.php +43 −0 Go to diff View file
A tools/Configuration/Logger/Wrapper.php +68 −0 Go to diff View file
M tools/Configuration/Nginx/BackendSVN.php +12 −1 Go to diff View file
A tools/Configuration/Setup/DistributedSVN.php +83 −0 Go to diff View file
A tools/Configuration/Vars.php +59 −0 Go to diff View file
M tools/distlp/backend-svn/run.php +9 −10 Go to diff View file
A tools/distlp/setup.php +35 −0 Go to diff View file