Edgewall Software

Changes between Version 47 and Version 48 of TracRepositoryAdmin


Ignore:
Timestamp:
Jul 31, 2017, 7:04:48 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Fix incorrect processor name

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v47 v48  
    132132
    133133Follow the help in the documentation header of the script to configure `trac-svn-hook`. Configuring the hook environment variables is made easier in Subversion 1.8 by using the [http://svnbook.red-bean.com/en/1.8/svn.reposadmin.create.html#svn.reposadmin.hooks.configuration hook script environment] configuration. Rather than directly editing `trac-svn-hook` to set the environment variables, they can be configured through the repository `conf/hooks-env` file. Replace the [trac:source:trunk/contrib/trac-svn-hook@:65-67#L61 configuration section] with:
    134 {{{#!bash
     134{{{#!sh
    135135export PATH=$PYTHON_BIN:$PATH
    136136export LD_LIBRARY_PATH=$PYTHON_LIB:$LD_LIBRARY_PATH