Task #4082
Updated by Martin Bornhold over 8 years ago
Currently there's a manual step requiring to adjust paths that map our apache proxy to filesystem.
- firstly each repository groups needs to be created
- secondly in case the storage data changes all apth needs to be adjusted.
It'll be great if we can build a file that generates full tree of repo groups + root location and make it in a format you could simply include in apache. That would greatly improve UX on how we support SVN repositories
Goals:
* Implement a command that generates the apache svn proxy config for the current repo groups.
* Generated file should be placed next to the instance ini file `%(here)s`
* Execute the command on each repo group change so that it is always up to date.
* Later on we want to include it into API and the web interface. This has to be considered during implementation.