Edgewall Software

Changes between Version 10 and Version 11 of TracMultipleProjectsSVNAccess


Ignore:
Timestamp:
Dec 25, 2009, 5:51:14 PM (14 years ago)
Author:
anonymous
Comment:

Fix broken link to nonexistent Wiki page.

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjectsSVNAccess

    v10 v11  
    111111== Hack variant ==
    112112
    113 The described hack did not work for me. The apparent reason is that trac (11beta2) does not return the environment list when asking for an unknown environment (TracIndex). My solution to this was to modify dispatch_request in trac/web/main.py L345 to add
     113The described hack did not work for me. The apparent reason is that trac (11beta2) does not return the environment list when asking for an unknown environment (!TracIndex). My solution to this was to modify dispatch_request in trac/web/main.py L345 to add
    114114{{{
    115115if env_name == 'TracIndex':