Edgewall Software

Changes between Version 31 and Version 32 of TracSubversion


Ignore:
Timestamp:
Nov 6, 2006, 9:56:28 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v31 v32  
    3434   In particular, pay attention to the version of SWIG which can be required
    3535   (1.3.0 comes with pregenerated wrappers, though). Do not install swig 1.3.28 or 1.3.29. Version 1.3.27 seems to works fine (Although not in all cases. The subversion users mailing lists suggest going back to 1.3.25, which may be necessary).
    36  * Do `make swig-py; make install-swig-py`
     36 * In your subversion source root, do `make swig-py; make install-swig-py`
    3737 * Adapt your `PYTHONPATH` so that it contains the `svn-python` folder
    3838   (the one containing the `svn` and `libsvn` packages).