Edgewall Software

Changes between Version 54 and Version 55 of TracOnOsx


Ignore:
Timestamp:
Feb 23, 2007, 8:14:54 PM (17 years ago)
Author:
pipping@…
Comment:

subversion +mod_dav_svn, mod_python should automatically take care of the apache2 dependency

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v54 v55  
    272272Note that at least one person couldn't get this method to work at all.
    273273
    274 Another alternative to Fink is to use the Darwin Ports packages at [http://darwinports.opendarwin.org/] .
     274Another alternative to Fink is to use the MacPorts packages.
    275275
    276276= Setting up tracd as a launchd service =
     
    278278If you use tracd to locally serve trac projects under Mac OS X Tiger, you can set it up to be automatically launched by way of Tiger's launchd service.  I use tracd instead of Apache because I'm only serving trac to myself and I don't want to futz with Apache configuration.  See TracOnOsxTracdAsLaunchdService for a receipe of how to set this up.
    279279
    280 = Using DarwinPorts =
     280= Using MacPorts =
    281281
    282282Installation steps:
    283283
    284  1. sudo port install apache2
    285284 1. sudo port install subversion +mod_dav_svn
    286285 1. sudo port install mod_python
     
    290289
    291290{{{
    292 --->  Installing subversion 1.3.0_2+mod_dav_svn
    293 --->  Activating subversion 1.3.0_2+mod_dav_svn
    294 Error: Target com.apple.activate returned: Image error: Another version of subversion (1.3.0_2) is already active.
     291--->  Installing subversion 1.4.3_0+mod_dav_svn
     292--->  Activating subversion 1.4.3_0+mod_dav_svn
     293Error: Target com.apple.activate returned: Image error: Another version of subversion (1.4.3_0) is already active.
    295294Error: /opt/local/bin/port: Status 1 encountered during processing.
    296295}}}
     
    300299 1. sudo port uninstall trac
    301300 1. sudo port uninstall subversion-pythonbindings
    302  1. sudo port uninstall subversion @1.3.0_2
     301 1. sudo port uninstall subversion @1.4.3_0
    303302 1. sudo port install subversion +mod_dav_svn
    304303 1. sudo port install mod_python