projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e7676
)
Fix scmsvn apache config file for webdav configuration
attic/shelves/alain_peyrat/15003
author
Alain Peyrat
<aljeux@free.fr>
Tue, 6 Dec 2011 05:25:40 +0000
(
05:25
+0000)
committer
Alain Peyrat
<aljeux@free.fr>
Tue, 6 Dec 2011 05:25:40 +0000
(
05:25
+0000)
src/etc/httpd.conf.d/plugin-scmsvn.inc
patch
|
blob
|
history
diff --git
a/src/etc/httpd.conf.d/plugin-scmsvn.inc
b/src/etc/httpd.conf.d/plugin-scmsvn.inc
index 3fb6c31d85e0ea257fb4776dbda85a6274c02fc4..61c5c9ada83fcf5824eb1ee0f588227fca14d937 100644
(file)
--- a/
src/etc/httpd.conf.d/plugin-scmsvn.inc
+++ b/
src/etc/httpd.conf.d/plugin-scmsvn.inc
@@
-1,5
+1,5
@@
<Location /svn>
- <IfModule
dav_svn
>
+ <IfModule
mod_dav_svn.c
>
DAV svn
SVNParentPath {scmsvn/repos_path}
@@
-8,7
+8,6
@@
AuthType Basic
AuthName "Document repository"
AuthUserFile {core/data_path}/svnroot-authfile
- SVNIndexXSLT "/svnindex.xsl"
</IfModule>
# only authenticated users may access the repository