Accepting request 104835 from home:AndreasStieger:branches:devel:tools:scm:svn

- refresh subversion-no-build-date.patch
- add mod_dontdothat to subversion-server package
- add section to README.SuSE about mod_dontdothat
- add inactive sample mod_dontdothat configuration to subversion.conf
- update to upstream 1.7.3

OBS-URL: https://build.opensuse.org/request/show/104835
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=89
This commit is contained in:
Stefan Sperling
2012-02-14 01:06:19 +00:00
committed by Git OBS Bridge
parent e62aeb2204
commit 7b1b13e9d8
7 changed files with 115 additions and 8 deletions

View File

@@ -83,6 +83,15 @@
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
# </LimitExcept>
# #
# # Optional configuration for mod_dontdothat
# # prevent users from causing high load on the server, e.g. checking out
# # the root of the tree or the tags or branches directories
# #
# #<IfModule mod_dontdothat.c>
# # DontDoThatConfigFile /srv/svn/mod_dontdothat.config
# # DontDoThatDisallowReplay off
# #</IfModule>
# </Location>
#</VirtualHost>