# HG changeset patch # User Marcin Kuzminski # Date 2017-03-29 15:06:18 # Node ID 9c528e45be15bf361793104fd7ed90150e2240e8 # Parent e5e81e4579087cf237c2be2cc86d105b87a7dcdc docs: update docs on svn-http and mod-dav generation. diff --git a/docs/admin/svn-http.rst b/docs/admin/svn-http.rst --- a/docs/admin/svn-http.rst +++ b/docs/admin/svn-http.rst @@ -114,8 +114,20 @@ 4. Add the following configuration optio This would create a special template file called ```mod_dav_svn.conf```. We used that file path in the apache config above inside the Include statement. -It's also possible to generate the config from the -:menuselection:`Admin --> Settings --> VCS` page. +It's also possible to manually generate the config from the +:menuselection:`Admin --> Settings --> VCS` page by clicking a +`Generate Apache Config` button. + +5. Now only things left is to enable svn support, and generate the initial + configuration. + + - Select `Proxy subversion HTTP requests` checkbox + - Enter http://localhost:8090 into `Subversion HTTP Server URL` + - Click the `Generate Apache Config` button. + +This config will be automatically re-generated once an user-groups is added +to properly map the additional paths generated. + Using |svn|