Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63991

Summary: Diff for authz_svn support in Subversion
Product: Gentoo Linux Reporter: David <david>
Component: New packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to add authz_svn_module support to SVN configuration

Description David 2004-09-14 06:09:42 UTC
The SVN book at http://svnbook.red-bean.com/svnbook-1.0/ch06s04.html#svn-ch-6-sect-4.4.2-ex-1 specifies a configuration parameter "AuthzSVNAccessFile", only available if authz_svn_module is loaded into apache2.  By default, this is not loaded by the file 47_mod_dav_svn.conf, supplied with dev-util/subversion.  The attached patch adds the option -DSVN_AUTHZ which can be used in /etc/conf.d/apache2 to enable loading of the module.

The attached patch should apply cleanly to subversion-1.1.0_rc2.

Reproducible: Always
Steps to Reproduce:
Comment 1 David 2004-09-14 06:10:40 UTC
Created attachment 39567 [details, diff]
Patch to add authz_svn_module support to SVN configuration
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-21 01:37:52 UTC
Just fixed in cvs