Edgewall Software

Changes between Version 98 and Version 99 of TracOnWindows


Ignore:
Timestamp:
Aug 9, 2005, 4:16:37 AM (19 years ago)
Author:
gendo
Comment:

new path to apache modules and dlls

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v98 v99  
    8686C:\> copy c:\progra~1\subver~1\httpd\*.* c:\progra~1\apache~1\apache2\modules
    8787}}}
     88In my Subversion installation (1.2.1-r15230) the sos are located
     89{{{
     90C:\> copy c:\Program Files\Subversion\bin\*.dll c:\progra~1\apache~1\apache2\modules
     91}}}
    8892You may also need to manually transfer the DLL files from the Subversion installation directory. If the Apache service will not start, or reports an error loading mod_dav_svn.so, you will need to do this. They contain, among other things, the Berkeley DB. This is all you need to do for the DLLs:
    8993{{{
    9094C:\> copy c:\progra~1\subver~1\bin\*.dll c:\progra~1\apache~1\apache2\modules
     95}}}
     96In my Subversion installation (1.2.1-r15230) the dlls are located
     97{{{
     98C:\> copy c:\Program Files\Subversion\bin\*.dll c:\progra~1\apache~1\apache2\modules
    9199}}}
    92100