Edgewall Software

Changes between Version 32 and Version 33 of TracSubversion


Ignore:
Timestamp:
Nov 6, 2006, 10:19:44 AM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v32 v33  
    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  * In your subversion source root, do `make swig-py; make install-swig-py`
     36 * In your subversion source root, do `make swig-py; make install-swig-py` (NOTE: there is a dash between 'install' and 'swig'!)
    3737 * Adapt your `PYTHONPATH` so that it contains the `svn-python` folder
    3838   (the one containing the `svn` and `libsvn` packages).