Edgewall Software

Changes between Version 17 and Version 18 of TracSubversion


Ignore:
Timestamp:
Aug 29, 2006, 7:46:19 AM (18 years ago)
Author:
Christian Boos
Comment:

Mention the need for selecting Apache compatible apr and apr-utils while building Subversion.

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v17 v18  
    2121then the bindings.
    2222 * Read the `INSTALL` file that sits at toplevel of the Subversion source distribution
    23  * Do `./configure ...; make; make install` 
     23 * Do `./configure ...; make; make install`; if you intend to use Subversion together with Apache, be sure to configure Subversion so that it will use a compatible version of `apr` and `apr-utils`, ideally those of Apache. If not, you'll be able to build Subversion and the bindings, but you most certainly have issues later on, when using mod_python (e.g. #2920).
    2424 * Read `./subversion/bindings/swig/INSTALL` in order to build the bindings.
    2525   In particular, pay attention to the version of SWIG which can be required