Edgewall Software

Changes between Version 3 and Version 4 of TracMultipleProjectsSVNAccess


Ignore:
Timestamp:
Feb 28, 2006, 9:42:23 PM (18 years ago)
Author:
Felix Collins
Comment:

Added dependancy of mod_authz_svn on mod_dav_svn

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjectsSVNAccess

    v3 v4  
    1717== mod_authz_svn ==
    1818
    19 The mod_authz_svn.so module simply takes a path, strips off the parent path and checks for a users access based on that stripped path, the users name and their access rights in the SVN access file.  It works stand alone from Subversion as a module in Apache so it may have other cunning uses, who knows...
     19The mod_authz_svn.so module simply takes a path, strips off the parent path and checks for a users access based on that stripped path, the users name and their access rights in the SVN access file.  It works more or less stand alone from Subversion as a module in Apache so it may have other cunning uses, who knows... 
     20
     21One point is that mod_dav_svn module must be loaded before the mod_authz_svn module can be used.  You must load mod_dav_svn even if you are not using it. (Thanks to Robbert Gravsjo for that)
    2022
    2123To get mod_authz_svn.so running it must be loaded in the Apache httpd.conf file.