Edgewall Software

Changes between Version 1 and Version 2 of TracSubversion


Ignore:
Timestamp:
Mar 8, 2006, 12:07:01 PM (18 years ago)
Author:
Christian Boos
Comment:

minor edits

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v1 v2  
    2626   In particular, pay attention to the version of SWIG which can be required
    2727   (1.3.0 comes with pregenerated wrappers, though).
    28  * Do `make swig-py; `make install-swig-py`
     28 * Do `make swig-py; make install-swig-py`
    2929 * Adapt your `PYTHONPATH` so that it contains the `svn-python` folder
    3030   (the one containing the `svn` and `libsvn` packages).
     
    7777 * Issue #2611 (intermittent fatal error) [[BR]]
    7878   which can be fixed by applying this
    79    [application_pool_race_condition_fix.txt patch] to
     79   [attachment:ticket:2611:application_pool_race_condition_fix.txt patch] to
    8080   `subversion/bindings/swig/include/proxy_apr.swg`.
    8181   Note that this requires to regenerate the SWIG bindings,