Edgewall Software

Changes between Version 19 and Version 20 of TracOnWindows


Ignore:
Timestamp:
Jun 13, 2004, 5:09:01 AM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v19 v20  
    1 == Windows Installation instructions for SVN w/TRAC 0.6.1 ==
     1== Windows Installation instructions for Subversion w/TRAC 0.6.1 ==
    22
    33Versions used in this example (Available 2004-05-13):
    44 * Apache 2.0.49
    55 * Python 2.3.3
    6  * SVN 1.0.2
     6 * Subversion 1.0.2
    77 * SQLite 2.8.13
    88 * PySQLite 0.5.0-py2.3
     
    2222  http://svnbook.red-bean.com
    2323
    24 === Install SubVersioN Pre-Requisites ===
     24=== Install Subversion Pre-Requisites ===
    25252. Install Python
    2626  http://www.python.org
     
    7575D:\> copy d:\progra~1\subver~1\httpd\*.* d:\progra~1\apache~1\apache2\modules
    7676}}}
    77 You may also need to do manually transfer the DLL files from the subversion installation directory. They contain, among other things, the Berkeley DB. This is all you need to do for the DLLs:
     77You may also need to do manually transfer the DLL files from the Subversion installation directory. They contain, among other things, the Berkeley DB. This is all you need to do for the DLLs:
    7878{{{
    7979D:\> copy d:\progra~1\subver~1\bin\*.dll d:\progra~1\apache~1\apache2\modules