]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 15:51:43 +0000 (16:51 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 15:51:43 +0000 (16:51 +0100)
.etckeeper
apache2/modules.d/.keep_dev-vcs_subversion-0 [new file with mode: 0644]
apache2/modules.d/47_mod_dav_svn.conf [new file with mode: 0644]
env.d/80subversion-extras [new file with mode: 0644]

index 215ff53c9560a97874e5b8d272c2d6d78aefd117..107a3df60c1889c8dcd281abe5d3116fcb8fcf36 100755 (executable)
@@ -74,6 +74,7 @@ maybe chmod 0755 './apache2'
 maybe chmod 0644 './apache2/httpd.conf'
 maybe chmod 0644 './apache2/magic'
 maybe chmod 0755 './apache2/modules.d'
+maybe chmod 0644 './apache2/modules.d/.keep_dev-vcs_subversion-0'
 maybe chmod 0644 './apache2/modules.d/.keep_www-servers_apache-2'
 maybe chmod 0644 './apache2/modules.d/00_apache_manual.conf'
 maybe chmod 0644 './apache2/modules.d/00_default_settings.conf'
@@ -90,6 +91,7 @@ maybe chmod 0644 './apache2/modules.d/10_mod_mem_cache.conf'
 maybe chmod 0644 './apache2/modules.d/40_mod_ssl.conf'
 maybe chmod 0644 './apache2/modules.d/45_mod_dav.conf'
 maybe chmod 0644 './apache2/modules.d/46_mod_ldap.conf'
+maybe chmod 0644 './apache2/modules.d/47_mod_dav_svn.conf'
 maybe chmod 0644 './apache2/modules.d/70_mod_php5.conf'
 maybe chmod 0755 './apache2/vhosts.d'
 maybe chmod 0644 './apache2/vhosts.d/.keep_www-servers_apache-2'
@@ -335,6 +337,7 @@ maybe chmod 0644 './env.d/60python-docs-2.7'
 maybe chmod 0644 './env.d/60python-docs-3.1'
 maybe chmod 0644 './env.d/70less'
 maybe chmod 0644 './env.d/80mercurial'
+maybe chmod 0644 './env.d/80subversion-extras'
 maybe chmod 0644 './env.d/90xdg-data-base'
 maybe chmod 0644 './env.d/98ca-certificates'
 maybe chmod 0644 './env.d/98texlive'
diff --git a/apache2/modules.d/.keep_dev-vcs_subversion-0 b/apache2/modules.d/.keep_dev-vcs_subversion-0
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/apache2/modules.d/47_mod_dav_svn.conf b/apache2/modules.d/47_mod_dav_svn.conf
new file mode 100644 (file)
index 0000000..52d08b7
--- /dev/null
@@ -0,0 +1,16 @@
+<IfDefine SVN>
+LoadModule dav_svn_module modules/mod_dav_svn.so
+<IfDefine SVN_AUTHZ>
+LoadModule authz_svn_module modules/mod_authz_svn.so
+</IfDefine>
+
+# Example configuration:
+#<Location /svn/repos>
+#       DAV svn
+#       SVNPath ${SVN_REPOS_LOC}/repos
+#       AuthType Basic
+#       AuthName "Subversion repository"
+#       AuthUserFile ${SVN_REPOS_LOC}/conf/svnusers
+#       Require valid-user
+#</Location>
+</IfDefine>
diff --git a/env.d/80subversion-extras b/env.d/80subversion-extras
new file mode 100644 (file)
index 0000000..6532a71
--- /dev/null
@@ -0,0 +1,2 @@
+PATH="/usr/lib64/subversion/bin"
+ROOTPATH="/usr/lib64/subversion/bin"