Changes between Initial Version and Version 4 of Ticket #4486


Ignore:
Timestamp:
Dec 16, 2016, 7:50:19 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4486

    • Property Owner Culapov Andrei deleted
  • Ticket #4486 – Description

    initial v4  
    33
    44== What were you doing when the problem occured? ==
    5   1. edit svnpolicy.conf
    6   2. setup.py bdist_egg
    7   3. cp dist/TracSVNPoliciesPlugin-0.2-py2.5.egg /path/to/tracroot/plugins
    8   4. edit /path/to/tracroot/conf/trac.ini
    9   5. enable "Require log messages for commits" on the Administration UI
    10   6. try to commit something without a log message
     51. edit `svnpolicy.conf`
     62. `python setup.py bdist_egg`
     73. `cp dist/TracSVNPoliciesPlugin-0.2-py2.5.egg /path/to/tracroot/plugins`
     84. edit `/path/to/tracroot/conf/trac.ini`
     95. enable "Require log messages for commits" on the Administration UI
     106. try to commit something without a log message
    1111
    1212== What happened?  What did you expect to happen instead? ==
    13 {{{
     13{{{#!sh
    1414Traceback (most recent call last):
    1515File "./hooks/pre-commit", line 3, in <module>
     
    2626== Any additional info? ==
    2727Patch the following file like this:
    28 {{{
     28{{{#!patch
    2929Index: svnpolicies/api.py
    3030===================================================================
     
    4242}}}
    4343or change
    44 {{{
     44{{{#!sh
    4545/path/to/tracroot/plugins
    4646}}}
    47 manualy to something like this
    48 {{{
     47manually to something like this
     48{{{#!sh
    4949/path/to/tracroot/plugins/TracSVNPoliciesPlugin-0.2-py2.5.egg
    5050}}}