Edgewall Software

Changes between Version 117 and Version 118 of TracSubversion


Ignore:
Timestamp:
Nov 23, 2013, 9:30:25 AM (10 years ago)
Author:
Jun Omae
Comment:

escape CamelCase page name with slash

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v117 v118  
    310310 (so again, the above module `svn_fs`/`svn_prop` names are only valid before Trac 1.0, see [#tracopt] starting from 1.0)
    311311
    312  3. If you're using Apache / mod_python (Linux/Windows) (first tip)
     312 3. If you're using Apache / mod_python (!Linux/Windows) (first tip)
    313313
    314314 Get a similar list of libraries, but this time for one of your httpd process. Then compare the two, and pay attention to any difference between the `svn` libraries and the `apr` libraries. You ''have to'' have compatible APR libraries between Apache and Subversion, otherwise you risk to get a wide variety of subtle errors (e.g. #4985).
     
    316316 4. If you're using Apache / mod_python (Linux) (second tip)
    317317
    318  If you have installed the Subversion .so-Files in some "remote" location, Apache may be unable to find them (and thus unable to pass them on to Python/Trac, such that Trac cannot find Subversion). To check if this is the case, do the following:
     318 If you have installed the Subversion .so-Files in some "remote" location, Apache may be unable to find them (and thus unable to pass them on to !Python/Trac, such that Trac cannot find Subversion). To check if this is the case, do the following:
    319319 {{{
    320320/etc/init.d/apache2 stop