Edgewall Software

Changes between Version 12 and Version 13 of TracMultipleProjectsSVNAccess


Ignore:
Timestamp:
Mar 7, 2015, 2:48:13 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

RewriteRule page was removed.

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjectsSVNAccess

    v12 v13  
    7272This works because the authz mechanism will try to match anything '''after''' the defined SVNPath. [/] matches this and read access is allowed. 'none' is sent to trac.cgi and it cannot find a trac with that name and will show the list of tracs. 
    7373
    74 There is one more workaround, based on RewriteRule:
    75  * Add a RewriteRule in your httpd.conf (if tracs is your trac root directory):
    76 {{{
     74There is one more workaround, based on !RewriteRule:
     75 * Add a !RewriteRule in your httpd.conf (if tracs is your trac root directory):
     76{{{#!apache
    7777RewriteEngine on
    7878RewriteRule ^/tracs$ /tracs/TracIndex [PT]
     
    8080}}}
    8181 * Add this to your authz file
    82 {{{ 
     82{{{#!ini
    8383[TracIndex:/]
    8484* = r