add new apache mods
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2924 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
20
www-apache/mod_svn_view/files/10_mod_svn_view.conf
Normal file
20
www-apache/mod_svn_view/files/10_mod_svn_view.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
<IfDefine SVN_VIEW>
|
||||
LoadModule svn_view_module modules/mod_svn_view.so
|
||||
</IfDefine>
|
||||
|
||||
#<Directory "/home/chip/work/mod_svn_view/trunk/themes">
|
||||
# Order allow,deny
|
||||
# Allow from All
|
||||
# Deny From none
|
||||
# </Directory>
|
||||
#
|
||||
#<Location "/svn-view">
|
||||
# SVNView on
|
||||
# SVNViewRepository test /test/repos/test
|
||||
# SVNViewRepository apache-2.0 /test/repos/httpd-2.0
|
||||
# SVNViewRepository svn-mirror /test/repos/subversion
|
||||
# SVNViewAuthzSvnFile /test/trunk/svn-authz
|
||||
# SVNViewDefaultXSLT /home/chip/work/mod_svn_view/trunk/xslt/default.xsl
|
||||
# SVNViewTheme blueview
|
||||
# SVNViewThemesDir /home/chip/work/mod_svn_view/trunk/themes
|
||||
#</Location>
|
||||
23
www-apache/mod_svn_view/files/mod_svn_view-svn16x_fix.diff
Normal file
23
www-apache/mod_svn_view/files/mod_svn_view-svn16x_fix.diff
Normal file
@@ -0,0 +1,23 @@
|
||||
diff -Naurp mod_svn_view/src/mod_svn_view.c mod_svn_view.oden/src/mod_svn_view.c
|
||||
--- mod_svn_view/src/mod_svn_view.c 2006-04-05 13:55:17.000000000 +0200
|
||||
+++ mod_svn_view.oden/src/mod_svn_view.c 2009-08-01 19:57:40.000000000 +0200
|
||||
@@ -70,7 +70,7 @@
|
||||
#include "svn_path.h"
|
||||
#include "svn_utf.h"
|
||||
#include "svn_time.h"
|
||||
-
|
||||
+#include "svn_props.h"
|
||||
#include "mod_svn_view_private.h"
|
||||
|
||||
#define SVN_VIEW_VERSION VERSION
|
||||
diff -Naurp mod_svn_view/src/view_rss.c mod_svn_view.oden/src/view_rss.c
|
||||
--- mod_svn_view/src/view_rss.c 2006-04-05 13:55:17.000000000 +0200
|
||||
+++ mod_svn_view.oden/src/view_rss.c 2009-08-01 19:57:35.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "svn_path.h"
|
||||
#include "svn_utf.h"
|
||||
#include "svn_time.h"
|
||||
+#include "svn_props.h"
|
||||
#include "mod_svn_view_private.h"
|
||||
|
||||
#define SV_RSS_MAX_CHANGES 100
|
||||
Reference in New Issue
Block a user