Edgewall Software

Changes between Version 130 and Version 131 of TracOnWindows


Ignore:
Timestamp:
Nov 28, 2005, 1:08:16 PM (18 years ago)
Author:
james_tann@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v130 v131  
    28228229. Edit httpd.conf:
    283283  Add: (copy this - there's a typo in Edgewall's version)
     284  Edit PYTHONPATH to point to your install of SVN
    284285{{{
    285286# TRAC
     
    288289<Location "/cgi-bin/trac.cgi">
    289290  SetEnv TRAC_ENV "c:/svn/trac.db"
     291  SetEnv PYTHONPATH "PATH/TO/SVN/python"
    290292</Location>
    291293