Edgewall Software

Changes between Version 105 and Version 106 of TracOnDebian


Ignore:
Timestamp:
Feb 22, 2008, 8:04:53 PM (16 years ago)
Author:
mbroeker
Comment:

removed psql warnings

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v105 v106  
    151151I always have trouble finding this page so I'll post a link here. It's relevent enough that someone could merge it in...
    152152[wiki:TracOnDebianSarge latest trac on sarge]
    153 
    154 The latest version of trac on Debian/Lenny(0.10.4-2) is not Postgresql-8.3 compatible. To get it to work, apply these patches with
    155 
    156 {{{
    157   cd /usr/share/python-support/trac/
    158 
    159   patch -p0 < trac_cache.patch
    160   patch -p0 < trac_model.patch
    161 }}}
    162 
    163     * trac_cache.patch [6416]
    164     * trac_model.patch [6512]
    165