Show More
@@ -114,8 +114,20 b' 4. Add the following configuration optio' | |||||
114 |
|
114 | |||
115 | This would create a special template file called ```mod_dav_svn.conf```. We |
|
115 | This would create a special template file called ```mod_dav_svn.conf```. We | |
116 | used that file path in the apache config above inside the Include statement. |
|
116 | used that file path in the apache config above inside the Include statement. | |
117 | It's also possible to generate the config from the |
|
117 | It's also possible to manually generate the config from the | |
118 |
:menuselection:`Admin --> Settings --> VCS` page |
|
118 | :menuselection:`Admin --> Settings --> VCS` page by clicking a | |
|
119 | `Generate Apache Config` button. | |||
|
120 | ||||
|
121 | 5. Now only things left is to enable svn support, and generate the initial | |||
|
122 | configuration. | |||
|
123 | ||||
|
124 | - Select `Proxy subversion HTTP requests` checkbox | |||
|
125 | - Enter http://localhost:8090 into `Subversion HTTP Server URL` | |||
|
126 | - Click the `Generate Apache Config` button. | |||
|
127 | ||||
|
128 | This config will be automatically re-generated once an user-groups is added | |||
|
129 | to properly map the additional paths generated. | |||
|
130 | ||||
119 |
|
131 | |||
120 |
|
132 | |||
121 | Using |svn| |
|
133 | Using |svn| |
General Comments 0
You need to be logged in to leave comments.
Login now