Changes between Version 109 and Version 110 of TimingAndEstimationPlugin


Ignore:
Timestamp:
Apr 27, 2011, 6:53:46 PM (13 years ago)
Author:
Russ Tyndall
Comment:

more docs about post-commit

Legend:

Unmodified
Added
Removed
Modified
  • TimingAndEstimationPlugin

    v109 v110  
    111111 * [wiki:TimeEstimationUserManual#Configuration] has section about configuring permission if you are using the permission enabled branch
    112112
    113 === Post Commit Hook ===
     113=== Post Commit Hooks ===
     114The [browser:timingandestimationplugin/branches/trac0.12/scripts/ scripts folder] contains various post-commit scripts.  The svn and git post receive/commit hooks call the [browser:timingandestimationplugin/branches/trac0.12/scripts/trac-post-commit.py trac-post-commit.py] script with the correct command line arguments (see #8737 for more information and an alternative single file git-post-receive).  There are a simple [browser:timingandestimationplugin/branches/trac0.12/scripts/svn-post-commit.sh svn-post-commit.sh], a simple [browser:timingandestimationplugin/branches/trac0.12/scripts/git-post-receive git-post-receive], and a more complex [browser:timingandestimationplugin/branches/trac0.12/scripts/git_post_receive.py git_post_receive.py] that tries to ensure that each commit is sent to trac only once (by default moving a commit from one branch to another will cause the comment (and time) to be reposted to trac again(resulting in unintentional extra time on tickets).
     115
    114116 * [wiki:TimingAndEstimationSVNPostCommitHook SVN Post-Commit-Hook] Clock time and make comments from your svn commit message
    115117   * ''' [browser:timingandestimationplugin/branches/trac0.12/scripts/trac-post-commit.py This plugin's version of the post-commit-hook for trac 12] '''