Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12771, comment 9


Ignore:
Timestamp:
Sep 27, 2017, 12:06:41 AM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12771, comment 9

    initial v1  
    1 The main goal I have for this ticket is to extract the variables that are appended to `PATH` and `LD_LIBRARY_PATH` so that those variables can also be specified in the hook configuration. I reconsidered the variable naming in light of some of the examples in the script, and propose to add two variables with the `TRAC_` prefix: `TRAC_PATH` and `TRAC_LD_LIBRARY_PATH`. Those variables will get appended to `PATH` and `LD_LIBRARY_PATH`, respectively. The user can specify the variables in directly in `trac-svn-hook`, in the subversion hook script (`post-commit` and `post-revprop-change`) or the environment hook configuration.
     1The main goal I have for this ticket is to extract the variables that are appended to `PATH` and `LD_LIBRARY_PATH` so that those variables can also be specified in the hook configuration. I reconsidered the variable naming in light of some of the examples in the script, and propose to add two variables with the `TRAC_` prefix: `TRAC_PATH` and `TRAC_LD_LIBRARY_PATH`. Those variables will get appended to `PATH` and `LD_LIBRARY_PATH`, respectively. The user can specify the variables directly in `trac-svn-hook`, in the subversion hook script (`post-commit` and `post-revprop-change`) or the environment hook configuration.
    22
    33Proposed changes in [8ce98ed62/rjollos.git].